aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jarjar
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2016-05-23 07:33:22 +0000
committerGravatar Yue Gan <yueg@google.com>2016-05-23 08:25:23 +0000
commitd91d047da35511487c4fcce6f5e438ba779a668b (patch)
treec2de5d02ebd8b690c1a1e6014a597f25853bec20 /third_party/java/jarjar
parentc990a319b8ad0f43528f243e0b6b1b5a5815b0b0 (diff)
Remove a bunch of unnecessary files from the Bazel binary.
This reduces the size of the Bazel binary by ~25%. -- MOS_MIGRATED_REVID=122971740
Diffstat (limited to 'third_party/java/jarjar')
-rw-r--r--third_party/java/jarjar/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/java/jarjar/BUILD b/third_party/java/jarjar/BUILD
index cd9222b8d6..8f31f169c6 100644
--- a/third_party/java/jarjar/BUILD
+++ b/third_party/java/jarjar/BUILD
@@ -5,7 +5,6 @@ licenses(["notice"]) # Apache 2.0
filegroup(
name = "srcs",
srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
)
java_import(