commit | 06603c76c5c2424a6e6fc11326856a75e28bb616 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Oct 19 03:09:25 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 19 03:09:25 2016 +0000 |
tree | fa64308768ae2b6c9c843f90e72d18e63c81ef12 | |
parent | 94f44946134aaece6a72895088ab7716f175ac0e [diff] | |
parent | a5fd5abe80ea5650bc0b638fc693884df5eaaa89 [diff] |
Merge "Add a unit test for applypatch_check"
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