commit | 8172cddc82a896ada0e128cc3dffaa3d96b62e46 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Nov 02 17:30:03 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 02 17:30:03 2016 +0000 |
tree | ea0417bb61c4c927134be0cc07eae431ff7b68c9 | |
parent | c81ef658286cd7b728e46f3f961acc341fc45a0d [diff] | |
parent | 24356d778f5188bc0e9e923c8b974f38cc514a1b [diff] |
Merge "applypatch: Add testcases for applypatch executable." am: 5696526ba4 am: 4fc42365ac am: 24356d778f Change-Id: I6d95162b39478f0ea90676bf3635e2afa0b1536e
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