commit | 4fc42365acb7e28a1d0e6ee0a6a83a41f7380c70 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Nov 02 17:22:01 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 02 17:22:01 2016 +0000 |
tree | 26a7ac4ff3e2e231d2afe4bf211450222b6641e7 | |
parent | 88fc75ee5469af88eade375ea34aa8c75da80835 [diff] | |
parent | 5696526ba4810e14a4a68d5951d37cae1e1028ec [diff] |
Merge "applypatch: Add testcases for applypatch executable." am: 5696526ba4 Change-Id: I923ed0311335a798965cd83f0ba070223a0963b2
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