commit | 8b3336b2e62c751cbafd1fad420e1a6503492c42 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 17 22:17:12 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 17 22:17:12 2016 +0000 |
tree | c3937a78321bc572fcc2c6a95f23e0806cc3e968 | |
parent | bebe94b105869c8c745965f0f3f5c3fcf13d1813 [diff] | |
parent | d93f541679534f40ff8758d1abc30f3b0dd7758a [diff] |
Merge ""view recovery logs" will show /tmp/recovery.log" am: c158cf0a14 am: 4e4474c9c5 am: e254b4e9e4 am: d93f541679 Change-Id: I4832afe30fb536bcb8cc043c5c04a2f521ac1136
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