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