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