8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a194a5b commit 1f316dcCopy full SHA for 1f316dc
pythonforandroid/bootstraps/common/build/build.py
@@ -364,8 +364,8 @@ def make_package(args):
364
with open(join(dirname(__file__), 'dist_info.json'), 'r') as dist_info:
365
dist_data = json.load(dist_info)
366
arch = dist_data["archs"][0]
367
- arch_dict = {"arm64-v8a": "8", "armeabi-v7a": "7", "x86": "6"}
368
- arch_code = arch_dict[arch]
+ arch_dict = {"x86_64": "9", "arm64-v8a": "8", "armeabi 4EB0 -v7a": "7", "x86": "6"}
+ arch_code = arch_dict.get[arch, '1']
369
min_sdk = args.min_sdk_version
370
for i in args.version.split('.'):
371
version_code *= 100
0 commit comments