commit | 5ac819a51fa90471f198dc313916f00df3c3806d | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Sep 27 01:43:42 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 27 01:43:42 2016 +0000 |
tree | b8d5b18c3f030b70fffc5da76bbb2ec972f26b0d | |
parent | 87f4edf4678f1921b086074b1a9e6b66ee2d3f73 [diff] | |
parent | 95afc912fb4a30f3522facde0686597aa1505017 [diff] |
Merge "Duplicate the last_install content into last_log." am: 95afc912fb Change-Id: Ib3838e9d2f3d6a9a15872e9a5163bf140ff2f3d5
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