commit | d5a14c6a492d8609b2ce9c621fa9fe489fc45cdc | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Fri Feb 05 11:24:27 2016 -0800 |
committer | Jed Estep <jestep@google.com> | Fri Feb 05 11:49:20 2016 -0800 |
tree | bac9c9548e512ef94bf2fe39330806acb89f82bc | |
parent | 38b02cc6a097e6356f2369fc2b23c8c8a893e3ff [diff] |
Change on-device directory for recovery test data Test data needs to go outside the gtest module. Change-Id: Ic444ca838cbafa651ec97ff8730129da84fafc09
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