Commit 428b7ff2 breaks for devices which are using
BOARD_USES_COMBINED_RECOVERY. This patch will avoid it. Explanation: If you set TARGET_RECOVERY_INITRC := recovery.rc it will be renamed to init.rc after Patch 428b7ff2. On a device with a combined recovery you'll normally have init.rc, recovery.rc and init.target.rc After Patch 428b7ff2 we only had init.rc (which was recovery.rc before rename) and init.target.rc which forced the device to boot into recovery. Change-Id: I387ffc8e6ab882f4251e1ced7374ca1ebaaf980d
Loading
Please register or sign in to comment