Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e643e4d authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 2d6e8f2e
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -44,7 +44,7 @@ updater_common_static_libraries := \
    libziparchive \
    libziparchive \
    libz \
    libz \
    libbase \
    libbase \
    libcrypto \
    libcrypto_static \
    libcrypto_utils \
    libcrypto_utils \
    libcutils \
    libcutils \
    libutils
    libutils
@@ -109,7 +109,6 @@ LOCAL_GENERATED_SOURCES := $(inc)
inc :=
inc :=


LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_INJECT_BSSL_HASH := true


include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)