openssl-android
openssl-android copied to clipboard
a version of the official Android openssl setup to build standalone for use in app
Updated to build as a subproject, update to openssl-1.0.1j
continue to work building as the main project.) I also added libssl_static. I also removed -ldl for libcrypto_static since it's ignored anyway and was causing a warning. Signed-off-by: FellowTraveler [email protected]
Failed to build with NDK r9d due to forced 4.4.3 toolchain. Removing this line the build process has been completed without errors. So zlib.so not found bug seems to be...
if you try to compile it with latest ndk (r8d), it failed with following error like this: ndk/build/gmsl/__gmsl:512: **\* non-numeric second argument to `wordlist' function: ''. Stop. this patch will...