4af215b2c3
Change-Id: Ie77a5584e301467c6a5e164d2c62d6f036b2c0c0
12 lines
316 B
Markdown
12 lines
316 B
Markdown
The Recovery Image
|
|
==================
|
|
|
|
Quick turn-around testing
|
|
-------------------------
|
|
|
|
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps
|
|
|
|
# To boot into the new recovery image
|
|
# without flashing the recovery partition:
|
|
adb reboot bootloader
|
|
fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
|