commit | 5d9f36e3b34af98141748a3b7c900ed17c7775d6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Nov 03 18:31:25 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 03 18:31:25 2016 +0000 |
tree | ac787748f226a7bec3462de6b14491601607b464 | |
parent | 3809f751235bb6081cda0758bdc128d5623b307e [diff] | |
parent | 6ba75c18437601b9a9ce283b3283432b5de09871 [diff] |
Merge "tests: Set up testdata path for continuous native tests." am: 4011bb161a am: a98b4e4bef am: f35ce240a1 am: 6ba75c1843 Change-Id: Id5afea4a7ff5b20a711ada00f98467397f17f020
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