We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129cbfa commit dea72deCopy full SHA for dea72de
1 file changed
pythonforandroid/recipes/openssl/__init__.py
@@ -36,6 +36,8 @@ def select_build_arch(self, arch):
36
return 'android-armv7'
37
if 'arm' in aname:
38
return 'android'
39
+ if 'x86' in aname:
40
+ return 'android-x86'
41
return 'linux-armv4'
42
43
def build_arch(self, arch):
0 commit comments