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