]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146445: Migrate Android build tools to the Platforms folder. (#148282)
authorRussell Keith-Magee <russell@keith-magee.com>
Mon, 13 Apr 2026 21:41:16 +0000 (05:41 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2026 21:41:16 +0000 (05:41 +0800)
commitbf452f7b2d9f5527cd8a8c0a364dd0235f5373e5
treed4d1af31438390e111880fa72ac43e1a85d6a7ce
parenta5b76d53bb29afd864243f44ef22968f6385dfa0
gh-146445: Migrate Android build tools to the Platforms folder. (#148282)

Migrates Android build tooling to the shared Platforms folder.

Co-authored-by: Malcolm Smith <smith@chaquo.com>
21 files changed:
.github/workflows/build.yml
Misc/NEWS.d/next/Build/2026-04-09-11-42-32.gh-issue-146445.Z1vccC.rst [new file with mode: 0644]
Platforms/Android/README.md [moved from Android/README.md with 63% similarity]
Platforms/Android/__main__.py [moved from Android/android.py with 98% similarity]
Platforms/Android/android-env.sh [moved from Android/android-env.sh with 100% similarity]
Platforms/Android/testbed/.gitignore [moved from Android/testbed/.gitignore with 100% similarity]
Platforms/Android/testbed/.idea/inspectionProfiles/Project_Default.xml [moved from Android/testbed/.idea/inspectionProfiles/Project_Default.xml with 100% similarity]
Platforms/Android/testbed/app/.gitignore [moved from Android/testbed/app/.gitignore with 100% similarity]
Platforms/Android/testbed/app/build.gradle.kts [moved from Android/testbed/app/build.gradle.kts with 99% similarity]
Platforms/Android/testbed/app/src/androidTest/java/org/python/testbed/PythonSuite.kt [moved from Android/testbed/app/src/androidTest/java/org/python/testbed/PythonSuite.kt with 100% similarity]
Platforms/Android/testbed/app/src/main/AndroidManifest.xml [moved from Android/testbed/app/src/main/AndroidManifest.xml with 100% similarity]
Platforms/Android/testbed/app/src/main/c/CMakeLists.txt [moved from Android/testbed/app/src/main/c/CMakeLists.txt with 100% similarity]
Platforms/Android/testbed/app/src/main/c/main_activity.c [moved from Android/testbed/app/src/main/c/main_activity.c with 100% similarity]
Platforms/Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt [moved from Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt with 100% similarity]
Platforms/Android/testbed/app/src/main/res/drawable-xxhdpi/ic_launcher.png [moved from Android/testbed/app/src/main/res/drawable-xxhdpi/ic_launcher.png with 100% similarity]
Platforms/Android/testbed/app/src/main/res/layout/activity_main.xml [moved from Android/testbed/app/src/main/res/layout/activity_main.xml with 100% similarity]
Platforms/Android/testbed/app/src/main/res/values/strings.xml [moved from Android/testbed/app/src/main/res/values/strings.xml with 100% similarity]
Platforms/Android/testbed/build.gradle.kts [moved from Android/testbed/build.gradle.kts with 100% similarity]
Platforms/Android/testbed/gradle.properties [moved from Android/testbed/gradle.properties with 100% similarity]
Platforms/Android/testbed/gradle/wrapper/gradle-wrapper.properties [moved from Android/testbed/gradle/wrapper/gradle-wrapper.properties with 100% similarity]
Platforms/Android/testbed/settings.gradle.kts [moved from Android/testbed/settings.gradle.kts with 100% similarity]