Uh oh!
There was an error while loading. Please reload this page.
gh-146445: Migrate Android build tools to the Platforms folder. - #148282
Conversation
freakboy3742
commented
Apr 9, 2026
!buildbot android |
This comment was marked as outdated.
This comment was marked as outdated.
The buildbot failure is relatively straightforward fix; but in the process of debugging the buildbot failure, I discovered that custom |
freakboy3742
commented
Apr 10, 2026
!buildbot android |
This comment was marked as outdated.
This comment was marked as outdated.
mhsmith
commented
Apr 10, 2026
I've added a "Testing Python" subsection to the README to separate the Python test suite instructions from the content that's shared with third-party packages. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Malcolm Smith <smith@chaquo.com>
freakboy3742
commented
Apr 12, 2026
!buildbot android |
bedevere-bot
commented
Apr 12, 2026
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 170a4ae 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F148282%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Uh oh!
There was an error while loading. Please reload this page.
…python#148282) Migrates Android build tooling to the shared Platforms folder. Co-authored-by: Malcolm Smith <smith@chaquo.com>
Moves the Android build folder into the
Platforms.For consistency with iOS and Emscripten, the entry point is now named
Platforms/Android(rather thanandroid.py), but theandroid.pyname is preserved in the release artefact.This should not be landed until python/buildmaster-config#699 lands.
Fixes#146445.