commit | 9eaffca358403b96215a5def0df7f71c3e11f907 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri Aug 12 11:21:43 2016 -0700 |
committer | Alex Deymo <deymo@google.com> | Fri Aug 12 11:21:43 2016 -0700 |
tree | 021f5214a81f055026a5348479f8679d2e61d0e2 | |
parent | d38ddde18130a3ea3324d14720fdf945522182ca [diff] | |
parent | 66940b9f33416f5629b6a7f52f1f09cb4785bde5 [diff] |
resolve merge conflicts of 66940b9 to nyc-mr1-dev-plus-aosp Change-Id: Icd879395a88ff1de0fcf0c754c0633d8fb6cf208
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