Commit a86e6d8d authored by Vladimir Moskva's avatar Vladimir Moskva Committed by GitHub

Compatibility with the new version of Bazel.

Global variable HOST_CFG is deprecated and will not be supported soon.
parent 5d35e609
......@@ -88,13 +88,13 @@ _proto_gen = rule(
"deps": attr.label_list(providers = ["proto"]),
"includes": attr.string_list(),
"protoc": attr.label(
cfg = HOST_CFG,
cfg = "host",
executable = True,
single_file = True,
mandatory = True,
),
"grpc_cpp_plugin": attr.label(
cfg = HOST_CFG,
cfg = "host",
executable = True,
single_file = 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