Sign in
android
/
platform
/
external
/
tensorflow
/
cbb682eeb51
/
.
/
third_party
/
jpeg
/
BUILD.system
blob: f4f52da9bdae1bebad0f9eb7ff7f4b7db8b86c72 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# custom notice-style license, see LICENSE.md
filegroup
(
name
=
"LICENSE.md"
,
visibility
=
[
"//visibility:public"
],
)
cc_library
(
name
=
"jpeg"
,
linkopts
=
[
"-ljpeg"
],
visibility
=
[
"//visibility:public"
],
)