commit | 3202b8faf408908456816b51e2f0faf2cd3ff746 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 01 17:48:39 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 01 17:48:39 2016 +0000 |
tree | 4f116fad73bb81476238deb9a70313f54cd68246 | |
parent | 818394869d36b9db1bf4984585a062d4bb91310f [diff] | |
parent | 71e182bc3879a53f04a50de9d25c333163cb7c76 [diff] |
Merge "Check an edge case when read(2) returns 0"
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