commit | 179c0d80bccb6451c5552ae76dfe7081c8cf96bb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 21:55:15 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 15 21:55:15 2016 +0000 |
tree | 9f5a90261cb85217cda931969aefdc04476d9fa2 | |
parent | 59f04b998212e4fbbc2ed77d70052f1175f1ca05 [diff] | |
parent | 63a319201fc0f5c34c1c62b446527e06f57f8d40 [diff] |
Merge "Remove obsolete MTD support."
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