]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131531: android.py enhancements to support cibuildwheel (#132870)
authorMalcolm Smith <smith@chaquo.com>
Thu, 5 Jun 2025 05:46:16 +0000 (06:46 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 05:46:16 +0000 (13:46 +0800)
commit2e1544fd2b0cd46ba93fc51e3cdd47f4781d7499
tree25e0b83715dd92a606d96450675f6eca8975d2b5
parent6b77af257c25d31f1f137e477cb23e63692ddf29
gh-131531: android.py enhancements to support cibuildwheel (#132870)

Modifies the environment handling and execution arguments of the Android management
script to support the compilation of third-party binaries, and the use of the testbed to
invoke third-party test code.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Android/README.md
Android/android-env.sh
Android/android.py
Android/testbed/app/build.gradle.kts
Android/testbed/app/src/androidTest/java/org/python/testbed/PythonSuite.kt
Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt
Android/testbed/app/src/main/python/android_testbed_main.py [moved from Android/testbed/app/src/main/python/main.py with 68% similarity]
Android/testbed/build.gradle.kts
Android/testbed/gradle/wrapper/gradle-wrapper.properties
Doc/using/android.rst