Commit 4f032cd9 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #2100 from vladmos/patch-1

Compatibility with the new version of Bazel.
parents 22e7fa6a 5caf5169
...@@ -99,13 +99,13 @@ proto_gen = rule( ...@@ -99,13 +99,13 @@ proto_gen = rule(
"deps": attr.label_list(providers = ["proto"]), "deps": attr.label_list(providers = ["proto"]),
"includes": attr.string_list(), "includes": attr.string_list(),
"protoc": attr.label( "protoc": attr.label(
cfg = HOST_CFG, cfg = "host",
executable = True, executable = True,
single_file = True, single_file = True,
mandatory = True, mandatory = True,
), ),
"plugin": attr.label( "plugin": attr.label(
cfg = HOST_CFG, cfg = "host",
allow_files = True, allow_files = True,
executable = True, executable = True,
), ),
......
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