Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
9c5730be7076d19104678a343825818a7c0bc67a
/
.
/
host
/
features
/
BUILD.bazel
blob: 2eb71dc8df45aa8a72ad8addc626d1d0bd1b77eb [
file
] [
log
] [
blame
]
cc_library
(
name
=
"gfxstream_features"
,
srcs
=
[
"Features.cpp"
]
+
glob
([
"include/**/*.h"
]),
copts
=
[
"-fno-exceptions"
],
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)