blob: bab7e87cd570878e3ee45ff3d0ad4917b8cc56ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|