Automated Code Change

PiperOrigin-RevId: 941537305
This commit is contained in:
Tobias Werth 2026-07-02 01:07:13 -07:00 committed by Copybara-Service
parent eaa8c8cca5
commit 3907d14b7d

View file

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