mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Automated Code Change
PiperOrigin-RevId: 941537305
This commit is contained in:
parent
eaa8c8cca5
commit
3907d14b7d
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ def _run_osgi_wrapper(ctx, input_jar, classpath_jars, output_jar):
|
|||
args.add_joined("--import_package", ctx.attr.import_package, join_with = ",")
|
||||
|
||||
ctx.actions.run(
|
||||
mnemonic = "RunOsgiWrapper",
|
||||
inputs = [input_jar] + classpath_jars,
|
||||
executable = ctx.executable._osgi_wrapper_exe,
|
||||
arguments = [args],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue