Revert "Only allow setting presigned without preprocessed on targetSdk < 30"
This reverts commit 6158528e15
.
Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.corp.google.com/builds/quarterdeck?branch=git_udc-d1-dev-plus-aosp&target=aosp_bramble-trunk_staging-userdebug&lkgb=10771573&lkbb=10771600&fkbb=10771587, bug https://buganizer.corp.google.com/issues/299369971
BUG: 299369971
Change-Id: I6bf6eb5c0fb9e30197e145121adc7ed58871526f
This commit is contained in:
@@ -305,7 +305,7 @@ func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Pa
|
||||
})
|
||||
|
||||
if uncompressDex {
|
||||
TransformZipAlign(ctx, output, encodeRuleOutput, nil)
|
||||
TransformZipAlign(ctx, output, encodeRuleOutput)
|
||||
}
|
||||
|
||||
return output
|
||||
|
Reference in New Issue
Block a user