Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
88d03f2f96fe1a5641a508ed9d25f99c15bba332
/
.
/
host
/
tracing
/
BUILD.bazel
blob: edfcfe81e1fafd672a2098054a7c013f06d33fb6 [
file
] [
log
] [
blame
]
cc_library
(
name
=
"gfxstream_host_tracing"
,
srcs
=
[
"Tracing.cpp"
]
+
glob
([
"include/**/*.h"
]),
copts
=
[
"-fno-exceptions"
],
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)