aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorYilong Li <liyl@google.com>2019-10-17 15:30:14 -0700
committerYilong Li <liyl@google.com>2019-10-17 16:01:41 -0700
commitb373b39b1043c62d3e624893f88a4e6ed11da0ec (patch)
treec31bdb4fcf41e195a98cd71c3d9e6177f3f11001 /BUILD.gn
parentdcf9890fed050307a412705ef657a24cdc7afff4 (diff)
downloadgoldfish-opengl-b373b39b1043c62d3e624893f88a4e6ed11da0ec.tar.gz
[fuchsia] Merge all fuchsia.hardware.goldfish.* FIDLs into one
Fuchsia CL: https://fuchsia-review.googlesource.com/c/fuchsia/+/330949 In this change we merge all the following FIDLs: - fuchsia.hardware.goldfish.address.space - fuchsia.hardware.goldfish.control - fuchsia.hardware.goldfish.pipe into one single FIDL named fuchsia.hardware.goldfish. TEST: 1) Run AEMU correctly 2) goldfish_test PASS, goldfish_benchmark PASS Change-Id: Ib4e21ee488a464f2b81933ea6bc308084b761e11
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c6e02014..2a164891 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -127,9 +127,7 @@ shared_library("libvulkan_goldfish") {
]
deps = [
- "//zircon/system/fidl/fuchsia-hardware-goldfish-address-space",
- "//zircon/system/fidl/fuchsia-hardware-goldfish-control",
- "//zircon/system/fidl/fuchsia-hardware-goldfish-pipe",
+ "//zircon/system/fidl/fuchsia-hardware-goldfish",
"//zircon/system/fidl/fuchsia-sysmem",
"//zircon/public/lib/fdio",
"//zircon/public/lib/trace",