Internal change
PiperOrigin-RevId: 488065083
This commit is contained in:
parent
aafbf73c0a
commit
da36468409
|
@ -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"]],
|
||||
|
|
2
third_party/flatbuffers/build_defs.bzl
vendored
2
third_party/flatbuffers/build_defs.bzl
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user