commit | 28a425aa1f9a2eeee90fbf5338f4bbfdeb292fed | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Jun 16 16:39:33 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 16 16:39:33 2016 +0000 |
tree | d9985b69577cc39c1b26486529bdb5c1fcb9baca | |
parent | ab2fb94bf48483d761ba3aa85e0acf851895566f [diff] | |
parent | 7eb60efa8d9a79e20b71a4efeb4c758cbe891776 [diff] |
tests: Remove obsolete MTD support. am: 7eb60efa8d Change-Id: I87843f8c1b99aa3c5c64ff46f7ab86fde6a5e25a
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