commit | ecd32c786c1469e476b29d13c3a25663d593da62 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Wed Apr 13 01:49:17 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 13 01:49:17 2016 +0000 |
tree | 571fa80724f0356932d702fc75376e126d5a8c6d | |
parent | c2e63870e819ab2ba66c5e34e20996d3e32f7adf [diff] | |
parent | 6e2a8b11ecb0bdfd6f4a2f096519075663a2d1c2 [diff] |
resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp am: 6e2a8b1 * commit '6e2a8b11ecb0bdfd6f4a2f096519075663a2d1c2': Convert recovery to use BoringSSL instead of mincrypt. Change-Id: Ief6b279d1e7fd00af4e8153ac29212343493b293
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