aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.0.0/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.0.0/BUILD')
-rw-r--r--third_party/protobuf/3.0.0/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/protobuf/3.0.0/BUILD b/third_party/protobuf/3.0.0/BUILD
index 767ebd7306..9da9f25212 100644
--- a/third_party/protobuf/3.0.0/BUILD
+++ b/third_party/protobuf/3.0.0/BUILD
@@ -311,3 +311,9 @@ cc_library(
visibility = ["//visibility:public"],
deps = [":protobuf_clib"],
)
+
+proto_lang_toolchain(
+ name = "java_toolchain",
+ command_line = "--java_out=shared,immutable:$(OUT)",
+ runtime = ":protobuf",
+)