commit | f35ce240a136f6e728731fc45aa4bd663bd8240f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Nov 03 18:24:53 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 03 18:24:53 2016 +0000 |
tree | 2d5e3fe8115569dd4e68813f5c9d984dbee28697 | |
parent | 24356d778f5188bc0e9e923c8b974f38cc514a1b [diff] | |
parent | a98b4e4befceea21104002cceadcf38aac6c90e5 [diff] |
Merge "tests: Set up testdata path for continuous native tests." am: 4011bb161a am: a98b4e4bef Change-Id: I7d360dd0446fa055c8810bd0c989b79e4a1dbaee
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