From c9e52201d11765638101e570664b09eaf1357cbd Mon Sep 17 00:00:00 2001 From: Michael Thvedt Date: Mon, 14 Sep 2015 01:50:38 +0000 Subject: Rollforward of [], which was rolled back in []. Cleans up support for objc_proto_library with native proto_library. -- MOS_MIGRATED_REVID=102962083 --- examples/proto/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') 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", -- cgit v1.2.3