Sign in
bazel
/
bazel
/
05efa28e6b6bc67d9786f25ff4deeb27fa4fa12f
/
.
/
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"
]),
)