aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2016-11-11 09:51:44 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-11-11 10:05:55 +0000
commit279a061eb0873df4e8ea71755684037b4bdd511f (patch)
treec431beb8a3feb62c657698788b52bfbbaa0a0843 /BUILD
parentd92b684f9b90ce40c4f4662a382e3fe5bd2c353d (diff)
Add the distribution artifact to the list of release files
-- Change-Id: I09053cbd476e5f8bb5bdb9f272ad414d165f6d9f Reviewed-on: https://bazel-review.googlesource.com/#/c/7131 MOS_MIGRATED_REVID=138855685
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index e6e2a2a000..15d5460c0e 100644
--- a/BUILD
+++ b/BUILD
@@ -68,4 +68,6 @@ genrule(
outs = ["bazel-distfile.zip"],
cmd = "$(location :combine_distfiles.sh) $@ $(SRCS)",
tools = ["combine_distfiles.sh"],
+ # Public but bazel-only visibility.
+ visibility = ["//:__subpackages__"],
)