Skip to content

Commit 1259615

Browse files
committed
1 parent d82f9c7 commit 1259615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/android_binary/impl.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def _process_optimize(ctx, validation_ctx, deploy_ctx, packaged_resources_ctx, b
793793
# Proguard map from shrinking is the final output.
794794
proguard_output_map = ctx.actions.declare_file(ctx.label.name + "_proguard.map")
795795

796-
if ctx.attr._generate_proguard_outputs:
796+
if not acls.use_r8(str(ctx.label)) and ctx.attr._generate_proguard_outputs:
797797
proguard_output_jar = ctx.outputs.proguard_jar
798798
proguard_output_config = ctx.outputs.proguard_config
799799
else:

0 commit comments

Comments
 (0)