aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/protobuf/BUILD')
-rw-r--r--src/main/protobuf/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
index 973bf746e3..717d9bf4fc 100644
--- a/src/main/protobuf/BUILD
+++ b/src/main/protobuf/BUILD
@@ -14,3 +14,8 @@ load("/tools/build_rules/genproto", "genproto")
"bundlemerge",
"xcodegen",
]]
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+)