aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2016-11-07 11:15:09 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-11-07 11:36:36 +0000
commitb043fafb957ae8038088e427ff27a5c9f951c979 (patch)
tree606daf12e860ab66a5e4e19108d5c8bd8641b0cb /third_party/protobuf
parentf2d3caccd91b098d0dc1c7ddad308dfbfb61f1c7 (diff)
*** Reason for rollback *** Breaks tests on latest, as proto_lang_toolchain didn't make it into the 0.4.0 release see http://ci.bazel.io/job/bazel-tests/306/BAZEL_VERSION=latest,PLATFORM_NAME=linux-x86_64/console *** Original change description *** Use proto_lang_toolchain() in java_proto_library. -- MOS_MIGRATED_REVID=138372522
Diffstat (limited to 'third_party/protobuf')
-rw-r--r--third_party/protobuf/3.0.0/BUILD6
-rw-r--r--third_party/protobuf/BUILD2
2 files changed, 0 insertions, 8 deletions
diff --git a/third_party/protobuf/3.0.0/BUILD b/third_party/protobuf/3.0.0/BUILD
index 9da9f25212..767ebd7306 100644
--- a/third_party/protobuf/3.0.0/BUILD
+++ b/third_party/protobuf/3.0.0/BUILD
@@ -311,9 +311,3 @@ cc_library(
visibility = ["//visibility:public"],
deps = [":protobuf_clib"],
)
-
-proto_lang_toolchain(
- name = "java_toolchain",
- command_line = "--java_out=shared,immutable:$(OUT)",
- runtime = ":protobuf",
-)
diff --git a/third_party/protobuf/BUILD b/third_party/protobuf/BUILD
index f6e1ea9fda..0f39107b93 100644
--- a/third_party/protobuf/BUILD
+++ b/third_party/protobuf/BUILD
@@ -29,5 +29,3 @@ proto_alias("protobuf_lite", PROTOBUF_VERSION)
proto_alias("protobuf_clib", PROTOBUF_VERSION)
proto_alias("protoc_lib", PROTOBUF_VERSION)
-
-proto_alias("java_toolchain", PROTOBUF_VERSION)