Passing the default apex version to the apexer

Test: presubmit
Bug: 231691643
Change-Id: I900a6acde9f212bf785b0be35f422416c8b62792
This commit is contained in:
Alexei Nicoara
2022-05-24 16:16:22 +01:00
parent d9a0bf79ec
commit 3f8cbcb82c
3 changed files with 39 additions and 0 deletions

View File

@@ -650,6 +650,8 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext) {
optFlags = append(optFlags, "--manifest_json "+a.manifestJsonOut.String())
}
optFlags = append(optFlags, "--apex_version "+defaultManifestVersion)
optFlags = append(optFlags, "--payload_fs_type "+a.payloadFsType.string())
ctx.Build(pctx, android.BuildParams{