aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/proto/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/proto/BUILD')
-rw-r--r--examples/proto/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/proto/BUILD b/examples/proto/BUILD
index 2228fc4398..cae538d877 100644
--- a/examples/proto/BUILD
+++ b/examples/proto/BUILD
@@ -6,3 +6,11 @@ genproto(
name = "test_proto",
src = "test.proto",
)
+
+filegroup(
+ name = "srcs",
+ srcs = [
+ "BUILD",
+ "test.proto",
+ ],
+)