commit | d0dcbddd3170e5499beefddd098d9a332e506d11 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jun 16 18:09:19 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 16 18:09:19 2016 +0000 |
tree | 17fa6037d317137c07bdca033316011470d0a849 | |
parent | 2a4386fa7bd7275ecdb1ca218873a8aeb5bccaca [diff] | |
parent | 31f8cc84cfc14eecdd96c6ca8eb411aa8610db22 [diff] |
Check the results from applypatch am: 31f8cc84cf Change-Id: Ie50652158b65d723346ffff18c85cbaab11820e1
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