commit | 8a43084979c3fc3da20e23fc325922e5d01e2424 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 23 21:28:44 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon May 23 21:28:44 2016 +0000 |
tree | 6930deb10e9c1f0f7e7a160773455edbd0d027d4 | |
parent | c466c70ddf14d106362b1cf46c1ddf6aefa73a70 [diff] | |
parent | 549745cc8778f806e46809e472fbcf3c7f066b83 [diff] |
resolve merge conflicts of 3aabd77 to nyc-mr1-dev-plus-aosp am: 549745cc87 * commit '549745cc8778f806e46809e472fbcf3c7f066b83': Allow recovery to return error codes Change-Id: I474bc0afb4e92ffafec9de60e1665e3aa3c2cf10
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