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__"],
)