commit | 3f581f782883f011e3b63c5f9086e09f3762db35 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Sat Mar 12 02:48:57 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Mar 12 02:48:57 2016 +0000 |
tree | 9c5fe1f099c1694e71ad34057b7b0f24580119e3 | |
parent | 8dcd0149514830f8b73101d83c9eb3368acab340 [diff] | |
parent | 761653a4ad1c392fcd505e8909661fd64f02ce97 [diff] |
Merge "Port applypatch.sh tests to recovery_component_tests" into nyc-dev am: 761653a4ad * commit '761653a4ad1c392fcd505e8909661fd64f02ce97': Port applypatch.sh tests to recovery_component_tests
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