commit | 8f9672c0db3259e8ce9fb9fb1ee8971bb2eb8638 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 25 23:54:07 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 25 23:54:07 2016 +0000 |
tree | 5dd97229a584eb17c2a9f5e65e0646f0ab2b7ce8 | |
parent | 565273839e8ed1af8a938b26d9ec57d5fb1b20cf [diff] | |
parent | 16e88679dc1142cc48ec71712eecd5c7c59a7c03 [diff] |
Merge "tests: Generate testdata for 2nd arch." am: 16e88679dc Change-Id: I9804a4fe55aa9eb1002d279bb2dc286a0409782d
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