aboutsummaryrefslogtreecommitdiffhomepage
path: root/base_workspace/examples/proto/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'base_workspace/examples/proto/BUILD')
-rw-r--r--base_workspace/examples/proto/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/base_workspace/examples/proto/BUILD b/base_workspace/examples/proto/BUILD
new file mode 100644
index 0000000000..b4f3fd6cc3
--- /dev/null
+++ b/base_workspace/examples/proto/BUILD
@@ -0,0 +1,8 @@
+package(default_visibility = ["//visibility:public"])
+
+load("tools/build_rules/genproto", "genproto")
+
+genproto(
+ name = "test_proto",
+ src = "test.proto",
+)