{{ message }}
gh-146445: Migrate Android build tools to the Platforms folder. - #148282
Merged
Merged
Conversation
freakboy3742
requested review from
AA-Turner,
ezio-melotti,
hugovk,
mhsmith and
webknjaz
as code owners
April 9, 2026 03:45
Contributor
Author
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Author
|
The buildbot failure is relatively straightforward fix; but in the process of debugging the buildbot failure, I discovered that custom |
Contributor
Author
|
!buildbot android |
This comment was marked as outdated.
This comment was marked as outdated.
Member
|
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. |
mhsmith
reviewed
Apr 10, 2026
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Contributor
Author
|
!buildbot android |
hugovk
removed their request for review
April 13, 2026 13:39
mhsmith
approved these changes
Apr 13, 2026
ljfp
pushed a commit
to ljfp/cpython
that referenced
this pull request
Apr 25, 2026
…python#148282) Migrates Android build tooling to the shared Platforms folder. Co-authored-by: Malcolm Smith <smith@chaquo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.