aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/iossim
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/iossim')
-rw-r--r--third_party/iossim/BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/iossim/BUILD b/third_party/iossim/BUILD
new file mode 100644
index 0000000000..f070cac910
--- /dev/null
+++ b/third_party/iossim/BUILD
@@ -0,0 +1,12 @@
+licenses(["notice"]) # 3-clause BSD
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = [
+ "//src:__pkg__",
+ "//third_party:__pkg__",
+ ],
+)
+
+exports_files(["iossim"])