commit | d6e586204f10c9675009bfcf533860e39a3a4cbf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 17 08:40:46 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Mar 17 08:40:46 2016 -0700 |
tree | dacaaabe24d255ee767d17eae9348b3b1e9ca35b | |
parent | 1b688e8039a26b7deb9217487f99136d2afcc688 [diff] | |
parent | f73abf36bcfd433a3fdd1664a77e8e531346c1b1 [diff] |
resolve merge conflicts of f73abf3 to nyc-dev-plus-aosp Change-Id: I9ce2fee126c70abf5129330430585fd27efd0bcc
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