commit | 87f4edf4678f1921b086074b1a9e6b66ee2d3f73 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Sep 27 01:43:41 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 27 01:43:41 2016 +0000 |
tree | b8d5b18c3f030b70fffc5da76bbb2ec972f26b0d | |
parent | be9a94fd17b5303d4ad5553216f47eb87047f8e3 [diff] | |
parent | f4885adc189f246ac3c651aa5cb2e74a240f3f1e [diff] |
Duplicate the last_install content into last_log. am: f4885adc18 Change-Id: I8f197d09af405254a0b07f0ace4e5149736ca0ad
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