summaryrefslogtreecommitdiffstats
path: root/BUILD
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-12-08 16:22:15 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-12-08 16:22:54 +0900
commitd4ddf19192eb2976e025d942f7cb1bdc267fb39c (patch)
tree8b3a698b72a2983d838fc13e994536b180fbe1b3 /BUILD
parent2770803f92903fbc5b5dae76cb96e5f4b238e1bf (diff)
parentb0ff9fc598cae8f70a8d8420d1bd0f3ccb661f78 (diff)
Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: config-plugins: Move 'review-strategy' out of the core plugins section Bazel: Clean up package visibility settings Change-Id: Ia29fd049fe241dfbb15bc07a0e7ac2fb31d97c33
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index d924417c08..318968d23e 100644
--- a/BUILD
+++ b/BUILD
@@ -57,7 +57,6 @@ genrule(
cmd = ("cat bazel-out/volatile-status.txt bazel-out/stable-status.txt | " +
"grep STABLE_BUILD_GERRIT_LABEL | cut -d ' ' -f 2 > $@"),
stamp = 1,
- visibility = ["//visibility:public"],
)
genrule(
@@ -65,7 +64,6 @@ genrule(
srcs = ["//Documentation:licenses.txt"],
outs = ["LICENSES.txt"],
cmd = "cp $< $@",
- visibility = ["//visibility:public"],
)
pkg_war(