commit | 5696526ba4810e14a4a68d5951d37cae1e1028ec | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Nov 02 17:19:45 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 02 17:19:45 2016 +0000 |
tree | 83fc6715016e1671b5fd4c1528c6f9b292675aed | |
parent | a9b252887c64e448dd141ede88a0fbe0c664b989 [diff] | |
parent | 36c35119526023c9e28ec22915b26b1bf7da6bc3 [diff] |
Merge "applypatch: Add testcases for applypatch executable."
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