gh-146445: Migrate Android build tools to the Platforms folder.#148282
gh-146445: Migrate Android build tools to the Platforms folder.#148282freakboy3742 wants to merge 8 commits intopython:mainfrom
Conversation
|
!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 |
|
!buildbot android |
This comment was marked as outdated.
This comment was marked as outdated.
|
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. |
Co-authored-by: Malcolm Smith <smith@chaquo.com>
|
!buildbot android |
|
🤖 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:
|
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.