Add stub modules for gfxstream emulator compatibility
This commit is contained in:
parent
f86dc21351
commit
ad044c2327
1 changed files with 23 additions and 0 deletions
23
Android.bp
23
Android.bp
|
|
@ -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: [],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue