commit | bb010ee879150a4e54f9fae7eeb19ff4441ec1f6 | [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 04:23:19 2016 +0000 |
tree | e16fb965f817da1ef9f0fe8772783fc49892c038 | |
parent | 5aff6c772b76be448986d8fc96250c81f6a1698f [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