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 \ libaprutil-1 \
libiconv\ libiconv\
libneon\ libneon\
libcrypto_static\ libssl_static\
libssl libcrypto_static
LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libsqlite\ libsqlite\