summaryrefslogtreecommitdiffstats
path: root/Android/android-env.sh
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-129156: Fix variable quoting in `android-env.sh` script ↵Russell Keith-Magee2025-01-271-15/+17
| | | | | | | | (GH-129321) (#129332) Adds quoting to `android-env.sh` to protect against spaces in paths. (cherry picked from commit a49225cc66680129f129d1fcf6e20afb37a1a877) Co-authored-by: Zanie Blue <contact@zanie.dev>
* [3.13] gh-125940: Android: support 16 KB pages (GH-125941) (#125948)Miss Islington (bot)2024-10-251-3/+7
| | | | | | | | gh-125940: Android: support 16 KB pages (GH-125941) Modify Android build tooling to use 16kB pages. (cherry picked from commit e68d4b08ff13a06a2c2877f63bf856e6bf3c2e77) Co-authored-by: Malcolm Smith <smith@chaquo.com>
* [3.13] gh-116622: Add Android test script (GH-121595) (#123061)Miss Islington (bot)2024-08-161-1/+1
| | | | | | | | | | | gh-116622: Add Android test script (GH-121595) Adds a script for running the test suite on Android emulator devices. Starting with a fresh install of the Android Commandline tools; the script manages installing other requirements, starting the emulator (if required), and retrieving results from that emulator. (cherry picked from commit f84cce6f2588c6437d69a30856d7c4ba00b70ae0) Co-authored-by: Malcolm Smith <smith@chaquo.com>
* gh-116622: Android sysconfig updates (#118352)Malcolm Smith2024-05-011-0/+6
|
* gh-71052: Add Android build script and instructions (#116426)Malcolm Smith2024-03-211-0/+87