commit | d345de66efb919e8c0d09ee5b4d8ae0d443d6c94 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Mar 10 21:27:26 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 10 21:27:26 2016 +0000 |
tree | 33e073f4f17960b19336a03fb15e1a40141cb0a2 | |
parent | f7f9e50528761022989c4f0cac6a92716b54674f [diff] | |
parent | fa12b9737dd4ab36c3b4abaf25eb79f692e6eba6 [diff] |
Merge "Reboot and retry on I/O errors" into nyc-dev
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