gh-146450: Normalise feature set of Android build script with other platform build scripts#146451
Merged
freakboy3742 merged 11 commits intopython:mainfrom Apr 4, 2026
Merged
Conversation
mhsmith
reviewed
Apr 1, 2026
mhsmith
approved these changes
Apr 2, 2026
|
Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Apr 4, 2026
…ther platform build scripts (pythonGH-146451) Allows for cleaning a subset of targets, customization of the download cache and cross-build directories, and modifies the build command to allow 'all', 'build' and 'hosts' targets. (cherry picked from commit b8470de) Co-authored-by: Russell Keith-Magee <[email protected]>
|
GH-148065 is a backport of this pull request to the 3.14 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Apr 4, 2026
…ther platform build scripts (pythonGH-146451) Allows for cleaning a subset of targets, customization of the download cache and cross-build directories, and modifies the build command to allow 'all', 'build' and 'hosts' targets. (cherry picked from commit b8470de) Co-authored-by: Russell Keith-Magee <[email protected]>
|
GH-148066 is a backport of this pull request to the 3.13 branch. |
freakboy3742
added a commit
that referenced
this pull request
Apr 4, 2026
…other platform build scripts (GH-146451) (#148065) Allows for cleaning a subset of targets, customization of the download cache and cross-build directories, and modifies the build command to allow 'all', 'build' and 'hosts' targets. (cherry picked from commit b8470de) Co-authored-by: Russell Keith-Magee <[email protected]>
freakboy3742
added a commit
that referenced
this pull request
Apr 4, 2026
…other platform build scripts (GH-146451) (#148066) Allows for cleaning a subset of targets, customization of the download cache and cross-build directories, and modifies the build command to allow 'all', 'build' and 'hosts' targets. (cherry picked from commit b8470de) Co-authored-by: Russell Keith-Magee <[email protected]>
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.
Minor feature additions to normalise the interface of the Android build script with the iOS and Emscripten build scripts:
all,buildandhostsarguments on build and clean targets, allowing for more targeted clean/build runs.