mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Automated Code Change
PiperOrigin-RevId: 941551630
This commit is contained in:
parent
3907d14b7d
commit
412b61745a
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ def _compile_upb_protos(ctx, proto_info, proto_sources):
|
|||
files = [_generate_output_file(ctx, name, "_pb.lua") for name in proto_sources]
|
||||
transitive_sets = proto_info.transitive_descriptor_sets.to_list()
|
||||
ctx.actions.run(
|
||||
mnemonic = "CompileUpbProtos",
|
||||
inputs = depset(
|
||||
direct = [proto_info.direct_descriptor_set],
|
||||
transitive = [proto_info.transitive_descriptor_sets],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue