aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilong Li <liyl@google.com>2020-05-21 23:51:34 -0700
committerRoman Kiryanov <rkir@google.com>2020-05-26 12:42:41 -0700
commit45d12d110186ed351f78311c48d65a4fbd9bcd04 (patch)
tree76a26e5f6756220aeeb00d51ce207ff4fbbdc11d
parent04281e6f6096cbfd052b24f492f2f3d83f8af409 (diff)
downloadgoldfish-opengl-45d12d110186ed351f78311c48d65a4fbd9bcd04.tar.gz
Use qemu_pipe_bp headers for Fuchsia build.
This fixes Fuchsia build after aosp/1315474 lands. Bug: 154151802 Bug: 154346346 Test: presubmit Merged-In: If07606fb53ebecd9276cd1206cf366f8959f6fd6 Change-Id: Ifb37fa63b8949ebfe0b778c1700e3c5101876925
-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",