blob: abf9526007cb5d019cb8c14b59117e3ad2079728 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
# TODO(aiuto): Find a way to strip this rule from the distribution tarball.
filegroup(
name = "distribution",
srcs = glob([
"**",
]) + [
"//java/constraints:srcs",
],
visibility = [
"@//distro:__pkg__",
],
)