1
0
Fork 0

Fix vulkan.ranchu stub syntax
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

This commit is contained in:
Brendan Szymanski 2026-07-10 19:46:43 -04:00
parent f664066d8b
commit 36bca953e6

View file

@ -4089,8 +4089,11 @@ cc_defaults {
],
}
// Stub module for cuttlefish/emulator compatibility (not used on real hardware)
cc_library_shared {
// Stub module for cuttlefish/emulator compatibility (not used on real hardware)
cc_library_shared {
name: "vulkan.ranchu",
stubs: true,
srcs: [],
shared_libs: [],
}