commit | 409b7b1b0c9e62fb15c79a13ca194c7cef060542 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Sat Mar 12 02:50:53 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Mar 12 02:50:53 2016 +0000 |
tree | 7213e328e813e537c543fa171b7a674474c63744 | |
parent | 8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d [diff] | |
parent | 3f581f782883f011e3b63c5f9086e09f3762db35 [diff] |
Merge "Port applypatch.sh tests to recovery_component_tests" into nyc-dev am: 761653a4ad am: 3f581f7828 * commit '3f581f782883f011e3b63c5f9086e09f3762db35': 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