aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/iossim
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/iossim
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/iossim')
-rw-r--r--third_party/iossim/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/iossim/BUILD b/third_party/iossim/BUILD
index 06e3ee111e..f070cac910 100644
--- a/third_party/iossim/BUILD
+++ b/third_party/iossim/BUILD
@@ -3,7 +3,10 @@ licenses(["notice"]) # 3-clause BSD
filegroup(
name = "srcs",
srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
+ visibility = [
+ "//src:__pkg__",
+ "//third_party:__pkg__",
+ ],
)
exports_files(["iossim"])