commit | a98b4e4befceea21104002cceadcf38aac6c90e5 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Nov 03 18:21:55 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 03 18:21:55 2016 +0000 |
tree | 06972a140387f9e5e4644b473508b9e6e22b4965 | |
parent | 4fc42365acb7e28a1d0e6ee0a6a83a41f7380c70 [diff] | |
parent | 4011bb161a60fb04fb0d4c4c3e1090d43fcdd9e4 [diff] |
Merge "tests: Set up testdata path for continuous native tests." am: 4011bb161a Change-Id: I9ca5ab5081cc1f08fe1caa0d0d9baac4f2447efb
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