commit | 894176632c7295875d01cfdc273b706996c483a4 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 03 16:01:28 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Fri Jun 03 16:01:28 2016 -0700 |
tree | 7450e7b9628dc45c39337fe636f719e105d5dd27 | |
parent | 8dc190990154e8fff483084e4b44a1fdce507f0f [diff] | |
parent | 57ad046d9d23d16f6b5a27a16d18104ec4770511 [diff] |
resolve merge conflicts of 57ad046 to nyc-mr1-dev-plus-aosp Change-Id: I98502950a0882050f5ed1acb0549b218b2cd06e4
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