commit | 0ae9d800825e30670d0db8038d41af46103c8220 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Sep 01 17:55:08 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 01 17:55:08 2016 +0000 |
tree | 7f25f42263857f91cb7cd00275a7e38f4c7ae8b1 | |
parent | a331d858067bf5b57fddaf3bef2ce2d7c11f116a [diff] | |
parent | 852ae8d0fb01cd8939612590417b28b2436c669f [diff] |
Merge "Check an edge case when read(2) returns 0" am: 3202b8faf4 am: 852ae8d0fb Change-Id: I1ff21b583748136119ee98137c13fa3ee7a0ecc7
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