We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0efaf15 + dea72de commit 727b6b2Copy full SHA for 727b6b2
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