Add stub mesa_platform_virtgpu_defaults for gfxstream compatibility
This commit is contained in:
parent
65fa67abf7
commit
2c3e3714e0
1 changed files with 8 additions and 0 deletions
|
|
@ -4080,3 +4080,11 @@ cc_defaults {
|
|||
header_libs: ["libdrm_headers"],
|
||||
static_libs: ["libperfetto_client_experimental"],
|
||||
}
|
||||
|
||||
// Stub defaults module for gfxstream compatibility (emulator code not used on real hardware)
|
||||
cc_defaults {
|
||||
name: "mesa_platform_virtgpu_defaults",
|
||||
cflags: [
|
||||
"-DUSE_VIRTGPU=0",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue