summaryrefslogtreecommitdiff
path: root/apex/apex.go
diff options
context:
space:
mode:
Diffstat (limited to 'apex/apex.go')
-rw-r--r--apex/apex.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/apex.go b/apex/apex.go
index d87988369..aad7c6531 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -662,6 +662,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext, keyFile and
Input: unsignedOutputFile,
Args: map[string]string{
"certificates": strings.Join([]string{certificate.Pem.String(), certificate.Key.String()}, " "),
+ "flags": "-a 4096", //alignment
},
})
}