aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Michael Thvedt <mthvedt@google.com>2015-09-14 01:50:38 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-09-14 15:39:31 +0000
commitc9e52201d11765638101e570664b09eaf1357cbd (patch)
tree6a27626229e955128f9e35b43bb12ec9fa9fbf9c /examples
parent7f24022ce943c58dc4049b5206e39ab37d10f8ee (diff)
Rollforward of [], which was rolled back in []. Cleans up support for objc_proto_library with native proto_library.
-- MOS_MIGRATED_REVID=102962083
Diffstat (limited to 'examples')
-rw-r--r--examples/proto/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/proto/BUILD b/examples/proto/BUILD
index 7ce5659ea6..32e43e5831 100644
--- a/examples/proto/BUILD
+++ b/examples/proto/BUILD
@@ -2,6 +2,12 @@ package(default_visibility = ["//visibility:public"])
load("/tools/build_rules/genproto", "proto_java_library")
+proto_library(
+ name = "proto_smoke_test",
+ srcs = ["test.proto"],
+)
+
+# proto_java_library is a quick and dirty rule to help Bazel compile itself.
proto_java_library(
name = "test_proto",
src = "test.proto",