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

am: 617d01a9c1

Change-Id: I45e8687b462db7676efffd03323efbe1f273e9f2
This commit is contained in:
Colin Cross
2019-09-26 07:54:01 -07:00
committed by android-build-merger
+1 -2
View File
@@ -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)