commit | 2bf95acf7a540ba5d521b48baf520c3354ae32e1 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Tue Apr 12 23:30:02 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Apr 12 23:30:02 2016 +0000 |
tree | 52fa2a5670a59c54d0d8fa32a860c1b79311fdcd | |
parent | 419538869d3e92270f748316f4956eeb431663c3 [diff] | |
parent | 62e6637f8bfad588ff0b3c72beacab5c079db203 [diff] |
Merge "Convert recovery to use BoringSSL instead of mincrypt." am: 62e6637 * commit '62e6637f8bfad588ff0b3c72beacab5c079db203': Convert recovery to use BoringSSL instead of mincrypt. Change-Id: Id4e95bb85866b65998c44312afc444dd29a3103d
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