commit | fa9af7dae68aad09ed624a9786f6cd57713f7b7f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Feb 20 00:30:19 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 20 00:30:19 2016 +0000 |
tree | 0abb34f49ed80c2bac5815e28d4d6297dcc8432b | |
parent | b30663b4a7d70886c5e8cdfce7307f0271e34de8 [diff] | |
parent | 7d626df079196780635068ae13de2fdadccdfa2c [diff] |
Merge "Fix minui cleanup path on error."
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