commit | 28f6c43db54159c218dd2ca27dbb775305b4011c | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Sep 01 18:01:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 01 18:01:09 2016 +0000 |
tree | ce38d93bffc34e9304165aa198b24573870c2074 | |
parent | 1d873510ff7ab9a09b807e96ac913a01bd190831 [diff] | |
parent | 0ae9d800825e30670d0db8038d41af46103c8220 [diff] |
Merge "Check an edge case when read(2) returns 0" am: 3202b8faf4 am: 852ae8d0fb am: 0ae9d80082 Change-Id: Ia1fbd7e0352bb34a835e2e68593c464b555f41df
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