commit | 6adbc2c98255cd063b44572c898f21477e7946f2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sun Oct 09 21:54:57 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sun Oct 09 21:54:57 2016 +0000 |
tree | 603d90593492fb898a8f76824192aaa03630c614 | |
parent | 8570f7efd1a1d58d5265962bd9ad1042500b3ac6 [diff] | |
parent | e708954c8ce858a143684111eeca84f435775fa5 [diff] |
resolve merge conflicts of 09ab9a6 to nyc-mr1-dev-plus-aosp am: e708954c8c Change-Id: I06343fdf7d7173e689d136bacb382fde3e3873b9
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