commit | cdf509cce2d6a2f42ea5a8abb3c1e42532853e42 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Sep 12 22:56:31 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 12 22:56:31 2016 +0000 |
tree | c384a11d41d2ce932a2dba8b791e72dcabdb7111 | |
parent | 61590bbf0d140ffa071eb14b17ae4c3dbc2be5ca [diff] | |
parent | fe16b5ccaf80f6e04d5b722c37c1abd70457ad28 [diff] |
Merge "save uncrypt status to last_install"
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