use static ssl library and use it before libcrypto

This commit is contained in:
tux-mind 2015-11-29 19:19:55 +01:00
commit 5fef18514a

View file

@ -91,8 +91,8 @@ LOCAL_STATIC_LIBRARIES := \
libaprutil-1 \
libiconv\
libneon\
libcrypto_static\
libssl
libssl_static\
libcrypto_static
LOCAL_SHARED_LIBRARIES := \
libsqlite\