Use libcrypto_static instead of libcrypto

Replace libcrypto with libcrypto_static, which can be protected through
visibility to ensure only modules that don't affect FIPS certification
can use it.

Bug: 141248879
Test: m checkbuild
Change-Id: I0affaa292237bdbc772d3adc36086905ed6fbe9d
This commit is contained in:
Colin Cross
2019-09-18 11:05:34 -07:00
parent 2d6e8f2ea8
commit 0e643e4d7f
+1 -2
View File
@@ -44,7 +44,7 @@ updater_common_static_libraries := \
libziparchive \
libz \
libbase \
libcrypto \
libcrypto_static \
libcrypto_utils \
libcutils \
libutils
@@ -109,7 +109,6 @@ LOCAL_GENERATED_SOURCES := $(inc)
inc :=
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_INJECT_BSSL_HASH := true
include $(BUILD_EXECUTABLE)