From 5fef18514ad30a6c4e7107436602b3a11cbcbe59 Mon Sep 17 00:00:00 2001 From: tux-mind Date: Sun, 29 Nov 2015 19:19:55 +0100 Subject: [PATCH] use static ssl library and use it before libcrypto --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index cf057dd..2afae05 100644 --- a/Android.mk +++ b/Android.mk @@ -91,8 +91,8 @@ LOCAL_STATIC_LIBRARIES := \ libaprutil-1 \ libiconv\ libneon\ - libcrypto_static\ - libssl + libssl_static\ + libcrypto_static LOCAL_SHARED_LIBRARIES := \ libsqlite\