Skip to content

Commit b74bd84

Browse files
committed
Limit apk build to arm64-v8a
1 parent eff95e9 commit b74bd84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildozer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ android.ndk = 28c
6565
android.accept_sdk_license = True
6666

6767
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
68-
android.archs = arm64-v8a, armeabi-v7a, x86_64
68+
android.archs = arm64-v8a
6969

7070
android.permissions =
7171
WAKE_LOCK,

0 commit comments

Comments
 (0)