Sign in
bazel
/
bazel
/
de3c14da9eba34bed39f4cb34446037813420ae3
/
.
/
third_party
/
antlr
/
BUILD
blob: 0afb5b5ae72bc934d0034c019c2ae18ced784c48 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"notice"
])
# BSD
exports_files
([
"LICENSE"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
java_import
(
name
=
"antlr"
,
jars
=
[
"antlr4-4.5.3.jar"
],
)