Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build other ABI versions of "libcrypto.so" and "libssl.so"? #1536

Closed
ZhangKuixun opened this issue Dec 17, 2018 · 1 comment
Closed

Comments

@ZhangKuixun
Copy link

How to build other ABI versions of "libcrypto.so" and "libssl.so". I want to build these libraries corresponding to ABI:'x86','x86_64','armeabi','armeabi-v7a','arm64-v8a'. I looked up a lot of methods, but none of them succeeded. I used Mac, python3.7

@inclement
Copy link
Member

Using the p4a arguments --arch=x86 etc. should work. The available archs and their names are in https://github.com/kivy/python-for-android/blob/master/pythonforandroid/archs.py, although different arch targets don't get much testing and there may be issues with some recipes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants