Fix missing openssl library on android 6.0

This commit is contained in:
tux-mind 2015-11-26 11:28:10 +01:00
commit 07aaba42d4

View file

@ -91,11 +91,11 @@ LOCAL_STATIC_LIBRARIES := \
libapr-1 \
libaprutil-1 \
libiconv\
libneon
libneon\
libcrypto_static\
libssl_static
LOCAL_SHARED_LIBRARIES := \
libcrypto\
libssl\
libsqlite\
libexpat