build-openssl-android
build-openssl-android copied to clipboard
A simple bash script for compiling openssl for android on Mac OS X
According to documentation: https://wiki.openssl.org/index.php/Compilation_and_Installation Options should be set like this: `./config no-ssl2` not this `./config -no-ssl2` Option `no-engine` in your script should be `no-engines`
This is not working with ndk 11c/ android sdk 24.4.1_1 the ANDROID_TOOLCHAIN variable remains empty so the build fails. Compiling... ../util/domd: line 26: arm-linux-androideabi-gcc: command not found make[1]: **\* [local_depend]...
Modified checkout system for Git so it can build from GitHub