Fix vulkan.ranchu stub syntax
This commit is contained in:
parent
f664066d8b
commit
36bca953e6
1 changed files with 4 additions and 1 deletions
|
|
@ -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: [],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue