summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2018-07-11 10:49:27 +0900
committer Jiyong Park <jiyong@google.com> 2018-07-12 10:49:30 +0900
commit37b252096a84c4c139436bf81b23ca3aa0857385 (patch)
tree78bf64e98ddaef1bbb705e1ce6089e1046b7475e /python/python.go
parent4a719a0ef033608e0116b6b9ac2f1add9d01a28c (diff)
Don't create non-primary arch variant for recovery-only module
To save space, only the primary arch variant is installed to the recovery partition. This has been done in the imageMutator by not creating recovery variant for the non-primary arch. However, this caused a problem for recover-only module, i.e., recovery: true. Such module ends up creating no variant for the non-primary arch. Since every other modules are at least in one image variant, any dependency fro such module with no image variant can't be satisfied. In order to solve the problem, archMutator is modified to create only the primary arch for recovery-only modules. Bug: 111321972 Test: m -j (TestRecovery added) Change-Id: Ie32ae06fb094efcfd8531cdf6071139d292d93ab
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions