summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-11 00:28:56 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-11 00:28:57 +0200
commitf19007a5252d62020c3ac8796908d9ee4653830d (patch)
treef327758d07cdb58a8e4a06f236f82f8df9515992 /README.md
parentMerge "Switch minadb over to C++." (diff)
parentAuto-detect whether to use the long-press UI. (diff)
downloadandroid_bootable_recovery-f19007a5252d62020c3ac8796908d9ee4653830d.tar
android_bootable_recovery-f19007a5252d62020c3ac8796908d9ee4653830d.tar.gz
android_bootable_recovery-f19007a5252d62020c3ac8796908d9ee4653830d.tar.bz2
android_bootable_recovery-f19007a5252d62020c3ac8796908d9ee4653830d.tar.lz
android_bootable_recovery-f19007a5252d62020c3ac8796908d9ee4653830d.tar.xz
android_bootable_recovery-f19007a5252d62020c3ac8796908d9ee4653830d.tar.zst
android_bootable_recovery-f19007a5252d62020c3ac8796908d9ee4653830d.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index c0833f2d0..bab7e87cd 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,9 @@ The Recovery Image
Quick turn-around testing
-------------------------
- mm -j
- m ramdisk-nodeps
- m recoveryimage-nodeps
- adb reboot bootloader
+ 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