commit | ecd6e2af5060ba3f7d5c978be6d617d1242f231c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue May 03 05:40:23 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 03 05:40:23 2016 +0000 |
tree | ccaaa366f6b536cb7cbf287f1b1392114c3d0b0f | |
parent | fafa6a65314a5550a045c96768f595567db7bc2d [diff] | |
parent | 37c45027bbecfdf3aee6e0ca3a499d869cfb65e1 [diff] |
Merge "recovery: Always log the update attempt."
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