aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/iossim
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-21 18:29:04 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-21 18:29:04 +0100
commitf1ce35f4691fa5cd8849bf8944d1a4bdd2393690 (patch)
tree8687d77030d82048b53612e0bce816555dd46dd2 /third_party/iossim
parentb649428620711c12ba18f7f1477d36742f267a31 (diff)
Commit 6d31cb was an internal reorganization of google repository that should have resulted in no change. Due to a bug in our export process it deleted several files in third_party.
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"])