OpenSSL build for Android (arm, armv7, x86)
cd jni/openssl
./build.sh
Optionally, set variables on the beginning of the build.sh
according to your Android NDK.
In the global JNI Android.mk you can then simply include Android.mk from openssl directory so the
static or dynamic libraries are linked to the rest of your project.
include jni/openssl/Android.mk
Include paths for header files are not set, headers will be after compilation present at
jni/openssl/sources/include