summaryrefslogtreecommitdiff
path: root/java/hiddenapi.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2023-09-07 05:31:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-09-07 05:31:32 +0000
commit51d7bfd9a1c71300e0254aca599e3cb2e5df4cce (patch)
tree12db2727afc7948f1cc810b7c9d9c5a1ae8daf2d /java/hiddenapi.go
parentd293e28f521f37d4e07c307090e5db829545d774 (diff)
Revert^2 "Only allow setting presigned without preprocessed on targetSdk < 30"
This reverts commit d293e28f521f37d4e07c307090e5db829545d774. Reason for revert: The underlying issue was fixed in ag/24685010 Change-Id: I06810d37dba37aa12f9a1e14b0749f1e1eb41136
Diffstat (limited to 'java/hiddenapi.go')
-rw-r--r--java/hiddenapi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/hiddenapi.go b/java/hiddenapi.go
index 4d08b8307..fe3fe7b61 100644
--- a/java/hiddenapi.go
+++ b/java/hiddenapi.go
@@ -305,7 +305,7 @@ func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Pa
})
if uncompressDex {
- TransformZipAlign(ctx, output, encodeRuleOutput)
+ TransformZipAlign(ctx, output, encodeRuleOutput, nil)
}
return output