aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index cf5f0a87..38793293 100644
--- a/BUILD
+++ b/BUILD
@@ -771,7 +771,14 @@ internal_protobuf_py_tests(
proto_lang_toolchain(
name = "cc_toolchain",
- runtime = ":protobuf",
command_line = "--cpp_out=$(OUT)",
+ runtime = ":protobuf",
visibility = ["//visibility:public"],
)
+
+proto_lang_toolchain(
+ name = "java_toolchain",
+ command_line = "--java_out=$(OUT)",
+ runtime = ":protobuf_java",
+ visibility = ["//visibility:public"],
+)