commit | 54881abb52151ab9a4340e268c81fd3e644e9018 | [log] [tgz] |
---|---|---|
author | Matthew Bouyack <mbouyack@google.com> | Tue Sep 20 22:57:19 2016 +0000 |
committer | Matthew Bouyack <mbouyack@google.com> | Tue Sep 20 22:57:19 2016 +0000 |
tree | cb728a6b3003a26884aef8852a5a6c05dea03ea9 | |
parent | 78563fdf78861884f300a6a874d2a0306f1eb002 [diff] |
Revert "DO NOT MERGE Fail gracefully when we fail to fork the update binary am: de1b53d067" This reverts commit 78563fdf78861884f300a6a874d2a0306f1eb002. Change-Id: I1ea4956a9843130aa41f2f7bc011c72e64fd7b62
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