aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
diff options
context:
space:
mode:
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)