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:
parent
e7af39dc4b
commit
dc80323969
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue