commit | eb9905b851f9da2427e62b62b3abe788c6273c5d | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 26 00:07:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 00:07:09 2016 +0000 |
tree | 01a0d3c321d48b0a109ace335bb2911d7d8dc7b1 | |
parent | ba53452938f6cc9405887a88181fceb8cbcc59a2 [diff] | |
parent | 86487d68557865faae5c612512764b1fb3529b93 [diff] |
Merge "tests: Generate testdata for 2nd arch." am: 16e88679dc am: 8f9672c0db am: ab526b1246 am: 86487d6855 Change-Id: If5ee190b0a1bc65bc048fadf77346405452adedf
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