aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorCraig Stout <cstout@google.com>2019-11-25 15:36:43 -0800
committerC Stout <cstout@google.com>2019-12-10 14:40:59 -0800
commit3d2098f7cc077a73d74372f577c2aa873468f710 (patch)
tree51cec1333c915e158213ea8892504318280ef5e0 /BUILD.gn
parente689a232713df9d3a663c4fc490aa7e5a1f3413f (diff)
downloadgoldfish-opengl-3d2098f7cc077a73d74372f577c2aa873468f710.tar.gz
[Fuchsia] Use logging service
Iincludes redirection of stdout and stderr to logging, in case some part of the driver or a dependency is relying on those. Change-Id: I8ee4431a2fc90d4d9bdcecc7a2d9d3bfdd42b27f
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 874f1285..0e2fea13 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -114,6 +114,7 @@ shared_library("libvulkan_goldfish") {
if (target_os == "fuchsia") {
sources -= [ "system/OpenglSystemCommon/QemuPipeStream.cpp" ]
sources += [
+ "fuchsia/fuchsia_stdio.cc",
"fuchsia/port.cc",
"fuchsia/service_connector.cc",
"system/OpenglSystemCommon/QemuPipeStreamFuchsia.cpp",
@@ -132,8 +133,10 @@ shared_library("libvulkan_goldfish") {
"//sdk/fidl/fuchsia.hardware.goldfish",
"//zircon/system/fidl/fuchsia-sysmem",
"//zircon/public/lib/trace-with-static-engine",
+ "//zircon/public/lib/syslog-static",
"//zircon/public/lib/zx",
"//zircon/public/lib/zxio",
+ "//zircon/system/fidl/fuchsia-logger:llcpp",
]
defines += [