aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/iossim
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/iossim')
-rw-r--r--third_party/iossim/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/iossim/BUILD b/third_party/iossim/BUILD
index 047c58832d..06e3ee111e 100644
--- a/third_party/iossim/BUILD
+++ b/third_party/iossim/BUILD
@@ -1,3 +1,9 @@
licenses(["notice"]) # 3-clause BSD
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//third_party:__pkg__"],
+)
+
exports_files(["iossim"])