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

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

Merge "Use libcrypto_static instead of libcrypto"

am: 4c4c7dc2

Change-Id: Ia77cc9f13f4807fd2276b332599a1b489cf4a9a6
parents 92214bae 4c4c7dc2
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)