8000 gh-71052: Add Android build script by mhsmith · Pull Request #115576 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-71052: Add Android build script #115576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typos
  • Loading branch information
mhsmith committed Feb 19, 2024
commit a646e2b7c2f3ca5ce5c7dfbefdb031218c8868f4
8 changes: 4 additions & 4 deletions Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Python on Android, one of the following tools will provide a much more
approachable user experience:

* [Briefcase](https://briefcase.readthedocs.io), from the BeeWare project
* [Builddozer](https://buildozer.readthedocs.io), from the Kivy project
* [Buildozer](https://buildozer.readthedocs.io), from the Kivy project
* [Chaquopy](https://chaquo.com/chaquopy/)


Expand Down Expand Up @@ -52,10 +52,10 @@ Or to do it all in a single command, run:
```

In the end you should have a build Python in `cross-build/build`, and an Android
build in `cross-build/HOST `.
build in `cross-build/HOST`.

You can use `--` as a separator for any of the `configure`-related commands --
including `build` itself -- to pass arguments to the underlying `configure`
You can use `--` as a separator for any of the `configure`-related commands
including `build` itself to pass arguments to the underlying `configure`
call. For example, if you want a pydebug build that also caches the results from
`configure`, you can do:

Expand Down
0