All Questions
Tagged with android.mk openssl
3 questions
0
votes
1
answer
143
views
how to build 【openSSL-1.0.2u】 for Android,and if possible, how to merge Android Makefile?
when I use 1.1.1d 's build script, encounter some trouble, and how to generate kind of platorm, such as armv8a,armeabi, armv7a,x86..and so on
1
vote
1
answer
760
views
Android Open SSL through JNI- org_conscrypt_NativeCrypto.cpp: not building
Hi I am trying to build openssl for android and use it through JNI by generating .SO file.
I got the reference from https://android.googlesource.com/platform/external/conscrypt/+/brillo-m9-dev.
and ...
3
votes
1
answer
2k
views
Android.mk Unable to link with libcrypto
Case:
I am building an app which uses libcrypto and libssl. I am trying to use prebuilt libcrypto.so and libssl.so and compile my application.
But I keep getting undefined reference errors.
My App/...