Skip to content

Commit 1f3c8b1

Browse files
committed
Use NDK r27d instead of r29
Update Android build configuration to reference NDK r27d rather than r29. Adjusted android/README.md and android/android-env.sh to reflect the new default NDK version; NDK_HOME handling remains unchanged.
1 parent 9c1f9d6 commit 1f3c8b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Scripts and CI jobs for building Python 3 for Android.
44

55
* Can be run on both Linux and macOS.
66
* Build Python 3.12 - specific or the last minor version.
7-
* Installs NDK r29 or use pre-installed one with path configured by `NDK_HOME` variable.
7+
* Installs NDK r27d or use pre-installed one with path configured by `NDK_HOME` variable.
88
* Creates Python installation with a structure suitable for https://github.com/flet-dev/mobile-forge
99

1010
## Usage

android/android-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
: ${api_level:=24} # Minimum Android API level the build will run on
66
: ${PREFIX:-} # Path in which to find required libraries
77

8-
NDK_VERSION=r29
8+
NDK_VERSION=r27d
99

1010
# Print all messages on stderr so they're visible when running within build-wheel.
1111
log() {

0 commit comments

Comments
 (0)