atinm 54815c9dc9 Use TARGET_RECOVERY_PRE_COMMAND before calling __reboot() recovery
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
2011-05-07 15:36:56 -04:00
2010-12-21 15:16:05 -08:00
2011-04-10 10:20:53 -07:00
2011-03-21 20:31:52 -04:00
2009-07-14 16:58:42 -07:00
2010-03-08 18:04:03 -08:00
2011-02-27 14:00:19 -08:00
2010-04-01 17:14:57 -07:00
2010-08-17 16:55:38 -07:00
2010-12-18 17:42:31 -08:00
2010-12-18 17:42:31 -08:00
2010-12-29 23:03:32 -08:00
2011-01-10 06:14:21 +01:00
2011-04-17 15:56:30 -07:00
2011-04-22 12:12:32 -07:00
2010-07-24 11:21:12 -07:00
2010-12-18 22:29:27 -08:00
Description
No description provided
4.8 MiB
Languages
C 87.8%
Shell 6.6%
Makefile 3.1%
C++ 1%
Python 0.7%
Other 0.8%