commit | 7eb60efa8d9a79e20b71a4efeb4c758cbe891776 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 15 21:15:43 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Thu Jun 16 16:19:46 2016 +0000 |
tree | d9985b69577cc39c1b26486529bdb5c1fcb9baca | |
parent | 4692e5d8c8000600bc4c59c5f2b5fb5177dd0758 [diff] |
tests: Remove obsolete MTD support. Track the change in commit 63a319201fc0f5c34c1c62b446527e06f57f8d40 and fix builds. Bug: http://b/29250988 Change-Id: Iad5be953e102020931649629afc980d585ed2931 (cherry picked from commit ab2fb94bf48483d761ba3aa85e0acf851895566f)
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