Merge pull request #2436 from cgrushko/patch-1

Add a proto_lang_toolchain() for cc_proto_library
This commit is contained in:
Feng Xiao 2016-12-02 16:57:44 -08:00 committed by GitHub
commit 4280c27403

7
BUILD
View file

@ -749,3 +749,10 @@ internal_protobuf_py_tests(
],
deps = [":python_tests"],
)
proto_lang_toolchain(
name = "cc_toolchain",
runtime = ":protobuf",
command_line = "--cpp_out=$(OUT)",
visibility = ["//visibility:public"],
)