Sign in
bazel
/
bazel
/
9cb59369a84d9328c2929eefcb58c1b972ab15f2
/
.
/
third_party
/
antlr
/
BUILD
blob: 56aa8e0f570fc0b0db36d4f61fee6e24264e55de [
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"
],
)