commit | 3f6eb86390e27707d1204e60e33b6a41e88f0dc8 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 23 14:58:53 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon May 23 14:58:53 2016 -0700 |
tree | 5a72c44e196d110faa67a127da1364f89a43b612 | |
parent | f5e2831bf32fe1c0069c3c7bbeda876dbb83fe0a [diff] |
resolve merge conflicts of 50f6417 Fix a typo for ota_fclose(). Change-Id: Ia93e911aa5391afc604874fc3a09c5a45c094c80
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