commit | 130f6c86f590b61bc3aef7883500eb4c0ba593c3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 26 12:52:42 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Sep 26 12:53:52 2016 -0700 |
tree | 2577e80d8cac345ac5aec61d6af6d0e2d7c0c862 | |
parent | c8db4817809e163d887f7955a03ad0f97159f12b [diff] | |
parent | d5c7d6bffe9d03c79c2504f7cbb5091ac377a6c5 [diff] |
resolve merge conflicts of d5c7d6b to nyc-mr1-dev-plus-aosp Change-Id: Ia041044547351a3e65b647bb9913aa18c7d2c97c
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