commit | 62e6637f8bfad588ff0b3c72beacab5c079db203 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 12 23:12:35 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 12 23:12:35 2016 +0000 |
tree | 52fa2a5670a59c54d0d8fa32a860c1b79311fdcd | |
parent | 901f31531ba7b7e40e8a9c915467892997d176da [diff] | |
parent | 452df6d99c81c4eeee3d2c7b2171901e8b7bc54a [diff] |
Merge "Convert recovery to use BoringSSL instead of mincrypt."
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