commit | cb76857147522402a1202ea84c63da3c7452fcd6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 15 17:53:54 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 15 17:53:54 2016 +0000 |
tree | 2221ab3c993d4c92a547439bba361a1c9d6cf4e8 | |
parent | e4cf854dbfc517ed6087fef9e920f2455a474b90 [diff] | |
parent | 29dd6b6c01295222fee5ef2fc70692b2ecb12504 [diff] |
Merge "Format formattable partitions if mount fails"
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