aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/iossim/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/iossim/BUILD')
-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"])