mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-131531: android.py enhancements to support cibuildwheel (#132870)
Modifies the environment handling and execution arguments of the Android management script to support the compilation of third-party binaries, and the use of the testbed to invoke third-party test code. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
This commit is contained in:
parent
6b77af257c
commit
2e1544fd2b
10 changed files with 239 additions and 90 deletions
|
@ -156,6 +156,10 @@ repository's `Lib` directory will be picked up immediately. Changes in C files,
|
|||
and architecture-specific files such as sysconfigdata, will not take effect
|
||||
until you re-run `android.py make-host` or `build`.
|
||||
|
||||
The testbed app can also be used to test third-party packages. For more details,
|
||||
run `android.py test --help`, paying attention to the options `--site-packages`,
|
||||
`--cwd`, `-c` and `-m`.
|
||||
|
||||
|
||||
## Using in your own app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue