commit | b8a693bbc73808924f4be8c4d47bbc4da0647e3a | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Wed Mar 09 17:51:34 2016 -0800 |
committer | Jed Estep <jestep@google.com> | Fri Mar 11 18:37:34 2016 -0800 |
tree | e0efd220f9090d7021816bffe6cce9ef5c0e6fd5 | |
parent | 1c522df25f9524eaa0273538b3de0b9ad1b8fcea [diff] |
Port applypatch.sh tests to recovery_component_tests Bug: 27135282 Change-Id: If53682b591397ddfdb84860a3779b612904d4489
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