Merge changes from topics "board_use_recovery_as_root_soong", "ramdisk"
* changes: libatomic / libgcc_stripped: ramdisk_available Add target.ramdisk Ramdisk modules install to correct location Add ramdisk image.
This commit is contained in:
@@ -838,8 +838,8 @@ func archMutator(mctx BottomUpMutatorContext) {
|
||||
osTargets = targets
|
||||
}
|
||||
|
||||
// only the primary arch in the recovery partition
|
||||
if os == Android && module.InstallInRecovery() {
|
||||
// only the primary arch in the ramdisk / recovery partition
|
||||
if os == Android && (module.InstallInRecovery() || module.InstallInRamdisk()) {
|
||||
osTargets = []Target{osTargets[0]}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user