generate-full: Fix AB_OTA_PARTITIONS
This commit is contained in:
parent
3457d6205d
commit
e29ddb5baf
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,6 @@ export default class GenerateFull extends Command {
|
|||
build.deviceMakefile = {
|
||||
props: missingProps,
|
||||
fingerprint: fingerprint,
|
||||
...(missingOtaParts.length > 0 && { abOtaPartitions: missingOtaParts }),
|
||||
vintfManifestPaths: vintfManifestPaths,
|
||||
...build.deviceMakefile,
|
||||
}
|
||||
|
@ -205,6 +204,7 @@ export default class GenerateFull extends Command {
|
|||
// Add board parts
|
||||
build.boardMakefile = {
|
||||
secontextResolutions: ctxResolutions,
|
||||
...(missingOtaParts.length > 0 && { abOtaPartitions: missingOtaParts }),
|
||||
...(fwPaths != null && { boardInfo: `${dirs.firmware}/${ANDROID_INFO}` }),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue