mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
gh-116622: Add Android test script (#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.
This commit is contained in:
parent
e913d2c87f
commit
f84cce6f25
14 changed files with 634 additions and 90 deletions
|
|
@ -28,7 +28,7 @@ ndk_version=26.2.11394342
|
|||
|
||||
ndk=$ANDROID_HOME/ndk/$ndk_version
|
||||
if ! [ -e $ndk ]; then
|
||||
log "Installing NDK: this may take several minutes"
|
||||
log "Installing NDK - this may take several minutes"
|
||||
yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "ndk;$ndk_version"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue