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

Commit c56c1e44 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Use libcrypto_static instead of libcrypto" am: 4c4c7dc2 am: 617d01a9

am: 819a24d4

Change-Id: I1c2606b711ec9743ff6484cbbfb7e64dc79b71d8
parents 4c70d5d0 819a24d4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)