Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abfc9cb9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "apex: pass --align-file-size to signapk" am: c30a4c3f am: 9f354c86 am: 627ecdc0

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1762581

Change-Id: I88b19e14d1cc4bc94cf9fd963b0d06d40d9b836b
parents 4be908d9 627ecdc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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") {