commit | 88234ad84b9d1cd4b9360a7835bdf5e37044bec6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue May 03 05:45:05 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 03 05:45:05 2016 +0000 |
tree | ccaaa366f6b536cb7cbf287f1b1392114c3d0b0f | |
parent | 77d7cb1d0ab56a726af4b8e07753c8d4c4f65c25 [diff] | |
parent | ecd6e2af5060ba3f7d5c978be6d617d1242f231c [diff] |
Merge "recovery: Always log the update attempt." am: ecd6e2af50 * commit 'ecd6e2af5060ba3f7d5c978be6d617d1242f231c': recovery: Always log the update attempt. Change-Id: I40c1f6f85c4aa0f1c12d4b0c47f937612669c6c8
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