diff options
author | 2023-09-07 05:31:32 +0000 | |
---|---|---|
committer | 2023-09-07 05:31:32 +0000 | |
commit | 51d7bfd9a1c71300e0254aca599e3cb2e5df4cce (patch) | |
tree | 12db2727afc7948f1cc810b7c9d9c5a1ae8daf2d /java/hiddenapi.go | |
parent | d293e28f521f37d4e07c307090e5db829545d774 (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.go | 2 |
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 |