aboutsummaryrefslogtreecommitdiffhomepage
path: root/base_workspace/examples/proto/BUILD
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-25 16:45:20 +0100
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-25 16:45:20 +0100
commitd08b27fa9701fecfdb69e1b0d1ac2459efc2129b (patch)
tree5d50963026239ca5aebfb47ea5b8db7e814e57c8 /base_workspace/examples/proto/BUILD
Update from Google.
-- MOE_MIGRATED_REVID=85702957
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",
+)