Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
4d3888ad8c9d665bceef4ea530070ce6c3b6b595
/
.
/
common
/
vulkan
/
BUILD.bazel
blob: 59939659482206576d2e76b32372df6e668ad66b [
file
] [
log
] [
blame
]
# Header Library
cc_library
(
name
=
"gfxstream_vulkan_headers"
,
hdrs
=
glob
([
"include/**/*.h"
,
"include/**/*.hpp"
,
]),
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)