mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Automated Code Change
PiperOrigin-RevId: 868019237
This commit is contained in:
parent
eedd206876
commit
71eef33ed0
2 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ def _compile_edition_defaults_impl(ctx):
|
||||||
inputs = sources,
|
inputs = sources,
|
||||||
executable = ctx.executable.protoc or ctx.executable._protoc_minimal,
|
executable = ctx.executable.protoc or ctx.executable._protoc_minimal,
|
||||||
arguments = [args],
|
arguments = [args],
|
||||||
|
mnemonic = "ProtobufCompileEditionDefaults",
|
||||||
progress_message = "Generating edition defaults",
|
progress_message = "Generating edition defaults",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -76,6 +77,7 @@ def _embed_edition_defaults_impl(ctx):
|
||||||
arguments = [args],
|
arguments = [args],
|
||||||
outputs = [ctx.outputs.output],
|
outputs = [ctx.outputs.output],
|
||||||
inputs = [ctx.file.defaults, ctx.file.template],
|
inputs = [ctx.file.defaults, ctx.file.template],
|
||||||
|
mnemonic = "ProtobufEmbedEditionDefaults",
|
||||||
)
|
)
|
||||||
|
|
||||||
return DefaultInfo(files = depset([ctx.outputs.output]))
|
return DefaultInfo(files = depset([ctx.outputs.output]))
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,7 @@ def _run_osgi_wrapper(ctx, input_jar, output_jar):
|
||||||
ctx.actions.run(
|
ctx.actions.run(
|
||||||
inputs = [input_jar],
|
inputs = [input_jar],
|
||||||
executable = ctx.executable._osgi_wrapper_exe,
|
executable = ctx.executable._osgi_wrapper_exe,
|
||||||
|
mnemonic = "ProtobufOsgiKotlinGen",
|
||||||
arguments = [args],
|
arguments = [args],
|
||||||
outputs = [output_jar],
|
outputs = [output_jar],
|
||||||
progress_message = "Generating OSGi bundle Manifest for %s" % input_jar.path,
|
progress_message = "Generating OSGi bundle Manifest for %s" % input_jar.path,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue