commit | 761653a4ad1c392fcd505e8909661fd64f02ce97 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Sat Mar 12 02:44:26 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Mar 12 02:44:26 2016 +0000 |
tree | 614e2946ba8b7587d04e0989ce18eef78f7f8fe1 | |
parent | 20df4adead04f5a137cce868c6b8024794d47fc0 [diff] | |
parent | b8a693bbc73808924f4be8c4d47bbc4da0647e3a [diff] |
Merge "Port applypatch.sh tests to recovery_component_tests" into nyc-dev
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