Sign in
bazel
/
bazel
/
0da8b9eace653a3dda848d3ed63d7d0bb3ea5b70
/
.
/
third_party
/
juniversalchardet
/
BUILD
blob: 0936060df5b061f3e5190631fb37db84172c0dca [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"reciprocal"
])
# MPL 1.1
exports_files
([
"LICENSE"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
java_import
(
name
=
"juniversalchardet"
,
jars
=
glob
([
"*.jar"
]),
)