Sign in
bazel
/
bazel
/
28e67b5e929824553ab80de8d37288a684b00008
/
.
/
tools
/
build_rules
/
BUILD
blob: a00791e4ebe6073b6602fbf68c64ae1be4f64f7e [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# Apache 2.0
sh_binary
(
name
=
"gensrcjar"
,
srcs
=
[
"gensrcjar.sh"
],
visibility
=
[
"//visibility:public"
],
)
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//tools:__pkg__"
],
)