commit | df956eceefb6bf7addc0057572741237cacdfa12 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jun 03 21:26:19 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Fri Jun 03 21:26:19 2016 -0700 |
tree | 7450e7b9628dc45c39337fe636f719e105d5dd27 | |
parent | 3295d1993a1ddbfe17c5d5750f2ca975359662b2 [diff] | |
parent | 1afa4d7b23ce8b9852cda1f495145f320414c3d4 [diff] |
resolve merge conflicts of 1afa4d7 to nyc-mr1-dev-plus-aosp Change-Id: I8fca64ebdbafe27f02d359619aa60ab82618114a
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