summaryrefslogtreecommitdiffstats
path: root/Android/testbed/app/src/androidTest/java
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-131531: android.py enhancements to support cibuildwheel ↵Malcolm Smith2025-06-051-4/+4
| | | | | | | | | | | | | (GH-132870) (#135164) 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. (cherry picked from commit 2e1544fd2b0cd46ba93fc51e3cdd47f4781d7499) Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* [3.13] gh-116622: Add Android test script (GH-121595) (#123061)Miss Islington (bot)2024-08-161-0/+35
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>