commit | ab2fb94bf48483d761ba3aa85e0acf851895566f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 15 21:15:43 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Jun 15 21:18:13 2016 -0700 |
tree | d9985b69577cc39c1b26486529bdb5c1fcb9baca | |
parent | d71cf2eee3a9365d927b1702a49f6867b4982c36 [diff] |
tests: Remove obsolete MTD support. Track the change in commit 63a319201fc0f5c34c1c62b446527e06f57f8d40 and fix builds. Bug: http://b/29250988 Change-Id: Iad5be953e102020931649629afc980d585ed2931
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