commit | ba41fba9e4fbd343bc6d0cb06b50fa2635a1f5a4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Nov 07 19:07:43 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 07 19:07:44 2016 +0000 |
tree | b381dfa72cd4898d6448424e770274849867b2a8 | |
parent | d0daf7f7df03a339ec17df0c4085a2ae9930a9dd [diff] | |
parent | 0dfb7536bb3b923bc4378002ecc0da871c6de01f [diff] |
Merge "tests: Fix unit/zip_test.cpp."
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