commit | bebe94b105869c8c745965f0f3f5c3fcf13d1813 | [log] [tgz] |
---|---|---|
author | Johan Harvyl <johan.harvyl@sonymobile.com> | Mon Aug 15 18:16:06 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 15 18:16:06 2016 +0000 |
tree | 7ac7aa45a571feef3f218c3fdcb45ff2fd2032e9 | |
parent | de36f5ed6b0312f584d6f0c90f331cd4ebd8e613 [diff] | |
parent | 63e4cc1d1613ba958fe0b550d0392b6d46058f26 [diff] |
Merge "Format formattable partitions if mount fails" am: cb76857147 am: 2f5cfdbb9d am: d7865e81f1 am: 63e4cc1d16 Change-Id: Ib6533e78255613f4b608aa976cd3221a998b0644
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