Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
refs/heads/simpleperf-release
/
.
/
host
/
backend
/
BUILD.bazel
blob: 5de9100cc263fa85e86575a981a5316251069e38 [
file
] [
log
] [
blame
] [
edit
]
cc_library
(
name
=
"gfxstream_backend"
,
srcs
=
glob
([
"include/**/*.h"
]),
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"//hardware/google/gfxstream/common/utils:gfxstream_common_utils"
,
],
)