commit | 78563fdf78861884f300a6a874d2a0306f1eb002 | [log] [tgz] |
---|---|---|
author | Matthew Bouyack <mbouyack@google.com> | Tue Sep 20 21:24:51 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 20 21:24:51 2016 +0000 |
tree | f167e66ec596b3bc07f142961bb861ae800db6f1 | |
parent | cc94f814362bf6f06b5078d7ab2a116f4d4b4f9a [diff] | |
parent | de1b53d0678b81d4480dc4ac3fc79075e01d4255 [diff] |
DO NOT MERGE Fail gracefully when we fail to fork the update binary am: de1b53d067 Change-Id: Ic7a42220ed7e842dad1d5d2aacdd12253bd5ad84
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
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test