aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/objc/BUILD')
-rw-r--r--examples/objc/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/objc/BUILD b/examples/objc/BUILD
index 0499d61258..3480775bc5 100644
--- a/examples/objc/BUILD
+++ b/examples/objc/BUILD
@@ -104,3 +104,12 @@ genrule(
"cp $${TMPDIR}'/Run 1/hello_instruments.png' $(@)",
tags = ["requires-darwin"],
)
+
+filegroup(
+ name = "srcs",
+ srcs = glob([
+ "**",
+ "BUILD",
+ ]),
+ visibility = ["//examples:__pkg__"],
+)