aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYilong Li <liyl@google.com>2020-05-27 04:23:46 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-27 04:23:46 +0000
commit16f1175afce6a2c68127d4a3b18df8ec7104068b (patch)
tree76a26e5f6756220aeeb00d51ce207ff4fbbdc11d
parent9dfaa688e8f7ea523f0c9450d82b29f11b316d99 (diff)
parent45d12d110186ed351f78311c48d65a4fbd9bcd04 (diff)
downloaddevice_generic_goldfish-opengl-16f1175afce6a2c68127d4a3b18df8ec7104068b.tar.gz
device_generic_goldfish-opengl-16f1175afce6a2c68127d4a3b18df8ec7104068b.tar.bz2
device_generic_goldfish-opengl-16f1175afce6a2c68127d4a3b18df8ec7104068b.zip
Use qemu_pipe_bp headers for Fuchsia build. am: 45d12d1101
Change-Id: I294d3aeae9d4d79e5beee728c4d19d690b8bd710
-rw-r--r--BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 66640c78..be2ae3c3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -36,6 +36,11 @@ shared_library("libvulkan_goldfish") {
"shared/OpenglCodecCommon/glUtils.h",
"shared/OpenglCodecCommon/goldfish_dma.cpp",
"shared/OpenglCodecCommon/goldfish_dma.h",
+ "shared/gralloc_cb/include/gralloc_cb_bp.h",
+ "shared/qemupipe/include/qemu_pipe_bp.h",
+ "shared/qemupipe/include-types/qemu_pipe_types_bp.h",
+ "shared/qemupipe/qemu_pipe_common.cpp",
+ "shared/qemupipe/qemu_pipe_guest.cpp",
"system/OpenglSystemCommon/AddressSpaceStream.cpp",
"system/OpenglSystemCommon/HostConnection.cpp",
"system/OpenglSystemCommon/HostConnection.h",
@@ -79,6 +84,9 @@ shared_library("libvulkan_goldfish") {
"host/include/libOpenglRender",
"shared/GoldfishAddressSpace/include",
"shared/OpenglCodecCommon",
+ "shared/gralloc_cb/include",
+ "shared/qemupipe/include",
+ "shared/qemupipe/include-types",
"system/OpenglSystemCommon",
"system/renderControl_enc",
"system/vulkan_enc",