commit | 6ba75c18437601b9a9ce283b3283432b5de09871 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Nov 03 18:27:54 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 03 18:27:54 2016 +0000 |
tree | 2d5e3fe8115569dd4e68813f5c9d984dbee28697 | |
parent | 8172cddc82a896ada0e128cc3dffaa3d96b62e46 [diff] | |
parent | f35ce240a136f6e728731fc45aa4bd663bd8240f [diff] |
Merge "tests: Set up testdata path for continuous native tests." am: 4011bb161a am: a98b4e4bef am: f35ce240a1 Change-Id: I7ba1d49da3c8078dd4e613ab6ba0f100d109d35f
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