commit | 63a319201fc0f5c34c1c62b446527e06f57f8d40 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 09 17:41:22 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jun 10 13:45:35 2016 -0700 |
tree | f6cfd2d71ae2a02e04ef3e958990de9c83f9c103 | |
parent | 0ab866b3544ff999293b2c296908e969d72b5799 [diff] |
Remove obsolete MTD support. Bug: http://b/29250988 Change-Id: Ia97ba9082a165c37f74d6e1c3f71a367adc59945
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