1
0
Fork 0

Add stub mesa_platform_virtgpu_defaults for gfxstream compatibility
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:31:13 -04:00
parent 65fa67abf7
commit 2c3e3714e0

View file

@ -4080,3 +4080,11 @@ cc_defaults {
header_libs: ["libdrm_headers"], header_libs: ["libdrm_headers"],
static_libs: ["libperfetto_client_experimental"], 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",
],
}