commit | 16e88679dc1142cc48ec71712eecd5c7c59a7c03 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 25 23:48:45 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 25 23:48:45 2016 +0000 |
tree | 9f9691a161ac5e576f4efb255e9b35e47ea9f9da | |
parent | e1991428badd05d759990b9d5daad4080772a32d [diff] | |
parent | f1338fbf4104f000e41b4f84f705db72096da324 [diff] |
Merge "tests: Generate testdata for 2nd arch."
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