Internal change

PiperOrigin-RevId: 488065083
This commit is contained in:
Liam Miller-Cushon
2022-11-12 10:13:58 -08:00
committed by Copybara-Service
parent aafbf73c0a
commit da36468409
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -123,7 +123,7 @@ _encode_binary_proto = rule(
"_proto_compiler": attr.label(
executable = True,
default = Label(PROTOC),
cfg = "host",
cfg = "exec",
),
"deps": attr.label_list(
providers = [[ProtoInfo], ["proto"]],
@@ -194,7 +194,7 @@ generate_proto_descriptor_set = rule(
"_proto_compiler": attr.label(
executable = True,
default = Label(PROTOC),
cfg = "host",
cfg = "exec",
),
"deps": attr.label_list(
providers = [[ProtoInfo], ["proto"]],