commit | af8b9363c6a5efaa060ed18d30ac424306541e28 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 27 21:11:06 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 27 21:11:06 2016 +0000 |
tree | 6afe76ad7ab69dd255f176b5a1a53d40793fad7e | |
parent | 95afc912fb4a30f3522facde0686597aa1505017 [diff] | |
parent | da44cf18f3ce4bbffa85ad0a50bb25e9cb54a86d [diff] |
Merge "Report uncrypt errors in details"
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