From d91d047da35511487c4fcce6f5e438ba779a668b Mon Sep 17 00:00:00 2001 From: Ulf Adams Date: Mon, 23 May 2016 07:33:22 +0000 Subject: Remove a bunch of unnecessary files from the Bazel binary. This reduces the size of the Bazel binary by ~25%. -- MOS_MIGRATED_REVID=122971740 --- third_party/iossim/BUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'third_party/iossim') 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"]) -- cgit v1.2.3