commit | ce7c6ff48ea95304d0013e3856fd939082d526ac | [log] [tgz] |
---|---|---|
author | Android Build Merger (Role) <android-build-merger@google.com> | Mon May 02 16:37:12 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon May 02 16:37:12 2016 +0000 |
tree | 5ba5eaba201388d083ba09015c592fcf25a1b6a9 | |
parent | 41584111b56bab9c8503db56d9acc6f9b198f50c [diff] | |
parent | 07fe1c6696a060be32bf8d1a1bba048677ca6eac [diff] |
Merge "recovery: Always log the update attempt. am: 5687001895 am: f13662a349" into nyc-mr1-dev-plus-aosp
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