commit | 20ab2db8f1e04f4f9b4c1dc0e9377f0586bfc10a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Mar 29 11:15:47 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Mar 29 11:15:47 2016 -0700 |
tree | 24800082bfe3f9d018f1db6e556da1fe3c377938 | |
parent | e833769e7be7ffa3db8a35c84fc9c6b6aea9f663 [diff] | |
parent | 5cf4701d6642153a8a571639058b64202edb3ad3 [diff] |
resolve merge conflicts of 5cf4701 to nyc-dev-plus-aosp Change-Id: Ia69f8b070c05cfe201115de510e3c12e813e38b5
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