Use RECOVERY_PRE_COMMAND before calling __reboot() recovery
For the Power menu, frameworks/base/core/jni/android_os_Power.cpp#L180 already uses RECOVERY_PRE_COMMAND if TARGET_RECOVERY_PRE_COMMAND is defined in the BoardConfig.mk for a device to make a system() call before calling __reboot() for recovery. This commit adds the same thing to the other places that we know we are getting into recovery using __reboot(), namely, adb reboot recovery, the reboot binary and init in the case of errors. Change-Id: If0a9c7f22de2aa187c921b60ad5edd77b49e095d
Loading
Please register or sign in to comment