commit | d38ddde18130a3ea3324d14720fdf945522182ca | [log] [tgz] |
---|---|---|
author | Johan Harvyl <johan.harvyl@sonymobile.com> | Tue Aug 09 20:04:17 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 09 20:04:17 2016 +0000 |
tree | 6e6a9f673d0a74a7efbf70bfcf2d4a7b67ef45fe | |
parent | 66571856a1d894d695e1583b72cbbc5732d5bc91 [diff] | |
parent | b33a6f8342b35a514bee6d434f440c65f956d9c7 [diff] |
Merge "Handle error from fopen_path in finish_recovery" am: 8a4333f3b9 am: a550ee0df7 am: b33a6f8342 Change-Id: I24871e2d2259cb3444082ae89e4a59979ad5e197
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