Internal change

PiperOrigin-RevId: 488065083
This commit is contained in:
Liam Miller-Cushon 2022-11-12 10:12:07 -08:00 committed by Copybara-Service
parent aafbf73c0a
commit da36468409
2 changed files with 3 additions and 3 deletions

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"]],

View File

@ -361,7 +361,7 @@ _gen_flatbuffer_srcs = rule(
"_flatc": attr.label(
default = Label("@flatbuffers//:flatc"),
executable = True,
cfg = "host",
cfg = "exec",
),
},
output_to_genfiles = True,