Commit feb78fb2 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #2584 from cgrushko/patch-2

Add a proto_lang_toolchain for Java
parents e53dd993 e4baf3f5
......@@ -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"],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment