commit | 63e4cc1d1613ba958fe0b550d0392b6d46058f26 | [log] [tgz] |
---|---|---|
author | Johan Harvyl <johan.harvyl@sonymobile.com> | Mon Aug 15 18:12:05 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 15 18:12:05 2016 +0000 |
tree | 79e60e3da79d62fd0355b6cb029fbce1cc0a4e24 | |
parent | 30f1ad116907865971f95ce2f531842925c6f1fe [diff] | |
parent | d7865e81f139cf71894c60d92e7442fb3433fdfe [diff] |
Merge "Format formattable partitions if mount fails" am: cb76857147 am: 2f5cfdbb9d am: d7865e81f1 Change-Id: I391ec86730d409d0d6c51e003d57f4f3f0a4a3e3
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