]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146541: Allow building the Android testbed for 32-bit targets (#146542)
authorRobert Kirkman <31490854+robertkirkman@users.noreply.github.com>
Sat, 4 Apr 2026 03:27:27 +0000 (22:27 -0500)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2026 03:27:27 +0000 (11:27 +0800)
commit848bbe9ff21ae0a3ee412cc25843835ace4f75df
tree5b6a5812b93ae0d8cbdc3d7a90cc3d9fc0b1b516
parentdea4083aa952c955a7c3a7657034bd38889a4e22
gh-146541: Allow building the Android testbed for 32-bit targets (#146542)

Allows building the Android testbed for 32-bit targets, adding the target triplets
`arm-linux-androideabi` and `i686-linux-android`.

Co-authored-by: Malcolm Smith <smith@chaquo.com>
Android/android.py
Android/testbed/app/build.gradle.kts
Lib/sysconfig/__init__.py
Lib/test/test_sysconfig.py
Misc/NEWS.d/next/Build/2026-03-28-02-48-51.gh-issue-146541.k-zlM6.rst [new file with mode: 0644]