commit | 549745cc8778f806e46809e472fbcf3c7f066b83 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 23 12:17:13 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon May 23 12:30:42 2016 -0700 |
tree | 5c64036573622ef1291e24e8c0c5c036f3052484 | |
parent | 9ca6bac1996e2210f35202b0d05738e8d0d951c0 [diff] | |
parent | 3aabd770d916019d0656bbcd8b102a4033a26a38 [diff] |
resolve merge conflicts of 3aabd77 to nyc-mr1-dev-plus-aosp Change-Id: I834aba65cb29102055ff9e70969973a7870d0e60
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