Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4b71864f authored by codeworkx's avatar codeworkx
Browse files

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
parent b39deff2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment