Merge "Use libcrypto_static instead of libcrypto" am: 4c4c7dc26b am: 617d01a9c1

am: 819a24d44e

Change-Id: I1c2606b711ec9743ff6484cbbfb7e64dc79b71d8
This commit is contained in:
Colin Cross
2019-09-26 08:07:09 -07:00
committed by android-build-merger

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)