Merge "apex: pass --align-file-size to signapk"

This commit is contained in:
Treehugger Robot 2021-07-21 00:23:08 +00:00 committed by Gerrit Code Review
commit c30a4c3f3c

View file

@ -761,7 +761,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext) {
rule := java.Signapk
args := map[string]string{
"certificates": pem.String() + " " + key.String(),
"flags": "-a 4096", //alignment
"flags": "-a 4096 --align-file-size", //alignment
}
implicits := android.Paths{pem, key}
if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_SIGNAPK") {