From 0e643e4d7f3f1db678baa4d1f4630d6a0d19f851 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 18 Sep 2019 11:05:34 -0700 Subject: 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 --- updater/Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/updater/Android.mk b/updater/Android.mk index bc766c453..6f54d89b8 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -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) -- cgit v1.2.3