Unverified Commit a96f3af2 authored by Yilun Chong's avatar Yilun Chong Committed by GitHub

Merge pull request #6323 from cushon/toolchain

Use proto_library in proto_lang_toolchain.blacklisted_protos
parents 55ed1d42 7b28278c
......@@ -1012,7 +1012,7 @@ cc_library(
proto_lang_toolchain(
name = "cc_toolchain",
blacklisted_protos = [":_internal_wkt_protos_genrule"],
blacklisted_protos = [proto + "_proto" for proto in WELL_KNOWN_PROTO_MAP.keys()],
command_line = "--cpp_out=$(OUT)",
runtime = ":protobuf",
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