commit | 0ceef69073a639b52fd71c03bc2d6d593e5b7d02 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 14 18:22:59 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 14 18:22:59 2016 +0000 |
tree | 878c4e90777347008d08e624f81011a3c09acf7c | |
parent | ecd32c786c1469e476b29d13c3a25663d593da62 [diff] | |
parent | 6e08bff22b6b9019c72422e1902201d7cb4397b5 [diff] |
resolve merge conflicts of 8febafa to nyc-dev-plus-aosp am: 6e08bff * commit '6e08bff22b6b9019c72422e1902201d7cb4397b5': Use BoringSSL instead of mincrypt to speed up package verification. Change-Id: I1fce90ecfa92369b767c2d3387dfe72dced4faad
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