commit | 79c13cee260ebca72752439353fa739aa6f3230f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 23 18:13:58 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon May 23 18:13:58 2016 -0700 |
tree | 5c64036573622ef1291e24e8c0c5c036f3052484 | |
parent | 549745cc8778f806e46809e472fbcf3c7f066b83 [diff] | |
parent | 84478e88234b68e457e18877ba9542029e5c7865 [diff] |
resolve merge conflicts of 84478e8 to nyc-mr1-dev-plus-aosp Change-Id: I84ed9e14d3103e5497a6d57fde0abafe9265a148
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