commit | 254b8d0a999b6d435785d260a298e9f01db6dedb | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jun 16 18:20:30 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 16 18:20:30 2016 +0000 |
tree | 5953146e33aa705cd18adbea64dbefd94d5f31d3 | |
parent | 04cc390a38141c73c6c1bf7c54a02bd97fea2562 [diff] | |
parent | 24488eb7dbb70fedaba778c569b577249ce6b0cf [diff] |
Check the results from applypatch am: 31f8cc84cf am: d0dcbddd31 am: 24488eb7db Change-Id: I27ebbde5a6a013152b2595ff4bcd372b55afefee
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