Skip to content

Commit

Permalink
Modifies executable inside proguard action
Browse files Browse the repository at this point in the history
This CL fixes Flogger: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2824#0185bd7e-814f-4d88-86c1-132a2f2bb8ea.

PiperOrigin-RevId: 504775184
Change-Id: I3856f51ebcb2152f90bb0199ef72c41f4bba27e5
  • Loading branch information
kotlaja authored and copybara-github committed Jan 26, 2023
1 parent 7b4acfe commit ad43448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _validate_spec(ctx, spec_file):
ctx.actions.run(
mnemonic = "ValidateProguard",
progress_message = "Validating proguard configuration %{input}",
executable = toolchain.proguard_allowlister.executable,
executable = toolchain.proguard_allowlister,
arguments = [args],
inputs = [spec_file],
outputs = [validated_proguard_spec],
Expand Down

0 comments on commit ad43448

Please sign in to comment.