I wish to use civetweb module to make http API call, modern API service usually require https protocol, I could URHO3D_SSL and URHO3D_SSL_DYNAMIC flag and place related .dll to enable the usage in Windows platform.
But I cannot find a solution in Android. As my some little old NDK experience, I need to include those shared library inside jniLibs and need modified Android.mk to link the library. But seems the project is not similar to JNI project I used to before.
May anyone hint me some guideline for me, am I right to put those libcrypto.so, libssl.so in launcher-app project? or I can static link the library in compile time?