For the Power menu, frameworks/base/core/jni/android_os_Power.cpp#L180 already uses TARGET_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(). Change-Id: Ifd0394fed1e87b63d80d95e0e2a049004518e27e
fix bug where the wrong SD Card block gets partitioned. rely on the ftsab to glean the sdcard mmcblk
Description
No description provided
Languages
C
87.8%
Shell
6.6%
Makefile
3.1%
C++
1%
Python
0.7%
Other
0.8%