commit | 86487d68557865faae5c612512764b1fb3529b93 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 26 00:02:08 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 00:02:08 2016 +0000 |
tree | 904bd1cdcbf5ef265464fe29e1278d5412621aef | |
parent | 776651cc5b2d4db207139c27664e5a021b6c5273 [diff] | |
parent | ab526b124623052c6db1a5bcb02bca66e73509c4 [diff] |
Merge "tests: Generate testdata for 2nd arch." am: 16e88679dc am: 8f9672c0db am: ab526b1246 Change-Id: I5ce8de6c1bb15f30570428ee106b83356ef3bd90
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