1
0
Fork 0

Add stub modules for gfxstream emulator 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 20:45:41 -04:00
parent f86dc21351
commit ad044c2327

View file

@ -4095,3 +4095,26 @@ cc_library_shared {
srcs: [],
shared_libs: [],
}
// Stub modules for gfxstream compatibility (emulator code not used on real hardware)
cc_defaults {
name: "gfxstream_defaults",
cflags: [
"-DGFXSTREAM_STUB=1",
],
}
cc_library_static {
name: "libgfxstream_backend",
srcs: [],
}
cc_library_static {
name: "mesa_gfxstream_guest_iostream",
srcs: [],
}
cc_library_static {
name: "mesa_gfxstream_connection_manager",
srcs: [],
}