Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
c1fd24f4eb46f163155837c527bfb752d67e00ba
/
.
/
third-party
/
stb
/
BUILD.bazel
blob: b0ffadb96dede64f80650be5608209341cc4783b [
file
] [
log
] [
blame
]
cc_library
(
name
=
"gfxstream_stb"
,
srcs
=
[
"src/stb_image.cpp"
,
"src/stb_image_write.cpp"
,
],
hdrs
=
glob
([
"include/stb/*.h"
]),
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)