commit | bd39fa7bdb0ce4e55cada877084062f32f90edc2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Feb 08 19:45:35 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 08 19:45:35 2016 +0000 |
tree | a98d2d7ec23979d85f080efe5b24feaef6d3684c | |
parent | 6b89aa7662186f940f2ae35d479598601dc28a07 [diff] | |
parent | d5a14c6a492d8609b2ce9c621fa9fe489fc45cdc [diff] |
Merge "Change on-device directory for recovery test data"
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