android: update gradle, agp, etc

This commit is contained in:
Alibek Omarov
2026-03-05 03:04:00 +05:00
committed by a1batross
parent bca81de210
commit 4679359688
8 changed files with 29 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ import os
import sys
ANDROID_NDK_ENVVARS = ['ANDROID_NDK_HOME', 'ANDROID_NDK']
ANDROID_NDK_SUPPORTED = [10, 19, 20, 23, 25, 27, 28]
ANDROID_NDK_SUPPORTED = [10, 19, 20, 23, 25, 27, 28, 29]
ANDROID_NDK_HARDFP_MAX = 11 # latest version that supports hardfp
ANDROID_NDK_GCC_MAX = 17 # latest NDK that ships with GCC
ANDROID_NDK_UNIFIED_SYSROOT_MIN = 15
@@ -34,6 +34,7 @@ ANDROID_NDK_API_MIN = {
25: 19,
27: 19,
28: 21,
29: 21,
} # minimal API level ndk revision supports
ANDROID_STPCPY_API_MIN = 21 # stpcpy() introduced in SDK 21