Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
60a1cfd8f845b6059e9bdeb40571887b5359d0a9
/
.
/
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"
],
)