commit | 462324b655083efb96765b02cf1a0708cf9c079e | [log] [tgz] |
---|---|---|
author | Johan Harvyl <johan.harvyl@sonymobile.com> | Tue Aug 09 20:07:26 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 09 20:07:26 2016 +0000 |
tree | af202fc35500ecc8837b023c6ee3b6224ebda7f1 | |
parent | 2d7ff437ae77527c0af4aaead2878bf2e05b51c0 [diff] | |
parent | d38ddde18130a3ea3324d14720fdf945522182ca [diff] |
Merge "Handle error from fopen_path in finish_recovery" am: 8a4333f3b9 am: a550ee0df7 am: b33a6f8342 am: d38ddde181 Change-Id: I8f21fc8895f5bc2bb714ce64aad137052e825464
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