commit | 7676a9cb586c54b776f1250eb1a365190263cbc7 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Jun 16 16:42:47 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 16 16:42:47 2016 +0000 |
tree | 065b3e7143033aab4d66a7aa3077d3a2b17303b1 | |
parent | c485b9ce37d8c8bd9fb97e31be3a8d4f1a09aa12 [diff] | |
parent | 28a425aa1f9a2eeee90fbf5338f4bbfdeb292fed [diff] |
tests: Remove obsolete MTD support. am: 7eb60efa8d am: 28a425aa1f Change-Id: Ib6cd24a3ac5a5f36d625e18ad2ae597a2aa4cf96
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