commit | 3aabd770d916019d0656bbcd8b102a4033a26a38 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 23 18:15:40 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon May 23 18:15:40 2016 +0000 |
tree | 2da9ac489f855912e85dfabefcb92da841b9fe31 | |
parent | bd43d7e92bec3b69f8318d74cd11936a622efef4 [diff] | |
parent | 50f6417317f9e327ed76abaf34512370f8376245 [diff] |
Merge "Allow recovery to return error codes" into nyc-dev am: 50f6417317 * commit '50f6417317f9e327ed76abaf34512370f8376245': Allow recovery to return error codes Change-Id: I4613291b3b4a0c34d5e6999f240465237472302e
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