commit | 77c19899fb2edfa0e67f99f1355a2965fae61ed3 | [log] [tgz] |
---|---|---|
author | Matthew Bouyack <mbouyack@google.com> | Mon Sep 26 18:02:33 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 26 18:02:33 2016 +0000 |
tree | 88d16b49620404e37e267d79799534641e6f1010 | |
parent | 91e3aee9bdc1a503affdd925dd4da352a198abca [diff] | |
parent | c8db4817809e163d887f7955a03ad0f97159f12b [diff] |
Fail gracefully when we fail to fork the update binary am: c8db481780 Change-Id: I68691fb591b5819afe39e4792f9c26cc08eb87da
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