Merge "apex: pass --align-file-size to signapk"
This commit is contained in:
commit
c30a4c3f3c
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue