commit | 95afc912fb4a30f3522facde0686597aa1505017 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Sep 27 01:38:53 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 27 01:38:53 2016 +0000 |
tree | b8d5b18c3f030b70fffc5da76bbb2ec972f26b0d | |
parent | cc02f9652f7994c835c7073d13b30f60ff1134af [diff] | |
parent | f4885adc189f246ac3c651aa5cb2e74a240f3f1e [diff] |
Merge "Duplicate the last_install content into last_log."
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