commit | 8a4333f3b9e512796d3f9488d80a7815c0c29ac5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Aug 09 19:23:16 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 09 19:23:16 2016 +0000 |
tree | 8c539c482b906e30f04b7cc7f2c2e69b31ac6205 | |
parent | b97da5e0f0ca49b92759ea57415e7064fc29c77d [diff] | |
parent | 8569142147f8ba7ec6a3431f96aa00d66b45db61 [diff] |
Merge "Handle error from fopen_path in finish_recovery"
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