commit | 452df6d99c81c4eeee3d2c7b2171901e8b7bc54a | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Mon Apr 04 16:17:01 2016 +0200 |
committer | Mattias Nissler <mnissler@google.com> | Wed Apr 06 15:54:17 2016 +0200 |
tree | 2c1e4941bc377422b60ce38baf0681c768691d15 | |
parent | 81247500d535dac714fad657860b67474e1f6e42 [diff] |
Convert recovery to use BoringSSL instead of mincrypt. This changes the verification code in bootable/recovery to use BoringSSL instead of mincrypt. Change-Id: I37b37d84b22e81c32ac180cd1240c02150ddf3a7
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