Skip to content

Commit

Permalink
Rename the filtered deploy jar optimizer input
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683689890
Change-Id: I32abc54a8a5a3a2c862f3d8920c966bdb7fd232e
  • Loading branch information
timpeut authored and copybara-github committed Oct 8, 2024
1 parent 3c559b2 commit 2a39234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/android_binary/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def _process_optimize(ctx, validation_ctx, deploy_ctx, packaged_resources_ctx, b
# new class names. Optimization invalidates this mapping, so simply remove
# it. The mapping is useful for incremental dexing but is not needed for
# monolithic dexing.
filtered_deploy_jar = ctx.actions.declare_file(ctx.label.name + "_filtered_deploy.jar")
filtered_deploy_jar = ctx.actions.declare_file(ctx.label.name + "_deploy_filtered_for_optimizer.jar")
common.filter_zip_exclude(
ctx,
output = filtered_deploy_jar,
Expand Down

0 comments on commit 2a39234

Please sign in to comment.