Switch to BoringSSL crypto.

This replaces the libmincrypt dependency with libcrypto_utils, which
is needed due to libfec and fs_mgr switching to BoringSSL.

Change-Id: I4f6f4d8cc5e200679331a9bcdf2cc3bad1082dd6
This commit is contained in:
Mattias Nissler 2016-03-31 16:32:59 +02:00
parent e7af39dc4b
commit dc80323969

View file

@ -48,6 +48,7 @@ common_shared_libraries := \
liblogwrap \
libext4_utils \
libf2fs_sparseblock \
libcrypto_utils \
libcrypto \
libselinux \
libutils \
@ -61,7 +62,6 @@ common_static_libraries := \
libfec_rs \
libsquashfs_utils \
libscrypt_static \
libmincrypt \
libbatteryservice
vold_conlyflags := -std=c11