summaryrefslogtreecommitdiffstats
path: root/Android/android-env.sh
Commit message (Collapse)AuthorAgeFilesLines
* gh-137242: Add Android CI job (#137186)Malcolm Smith2025-08-121-1/+1
| | | | | Co-authored-by: Russell Keith-Magee <russell@keith-magee.com> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* gh-131531: android.py enhancements to support cibuildwheel (#132870)Malcolm Smith2025-06-051-3/+3
| | | | | | | | 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>
* gh-129156: Fix variable quoting in `android-env.sh` script (#129321)Zanie Blue2025-01-271-15/+17
| | | Adds quoting to `android-env.sh` to protect against spaces in paths.
* Increase minimum Android API level to 24 (#125946)Malcolm Smith2024-10-251-1/+1
| | | | Minimum Android API level has been increased to 24 (Android 7.0).
* gh-125940: Android: support 16 KB pages (#125941)Malcolm Smith2024-10-241-3/+7
| | | Modify Android build tooling to use 16kB pages.
* gh-116622: Add Android test script (#121595)Malcolm Smith2024-08-161-1/+1
| | | | | | | 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.
* 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