commit | b33a6f8342b35a514bee6d434f440c65f956d9c7 | [log] [tgz] |
---|---|---|
author | Johan Harvyl <johan.harvyl@sonymobile.com> | Tue Aug 09 19:55:43 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 09 19:55:43 2016 +0000 |
tree | e0eade123719a6d8254b618cbdca4979698bcfca | |
parent | e6a4195bf7738ea215e74714c49040efef8fa0d6 [diff] | |
parent | a550ee0df7abe3e090cea2570ec9c302856bc72f [diff] |
Merge "Handle error from fopen_path in finish_recovery" am: 8a4333f3b9 am: a550ee0df7 Change-Id: I291b2cdad02e2cd4b823b0d2c3e74c19f156bb67
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