summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMalcolm Smith <smith@chaquo.com>2024-05-01 06:36:45 (GMT)
committerGitHub <noreply@github.com>2024-05-01 06:36:45 (GMT)
commit2520eed0a529be3815f70c43e1a5006deeee5596 (patch)
tree43ea66b848b7b802e536d65ddfe6495154ca5139 /.github
parent21336aa12762ffe33bac83c7bd7992fcf42eee10 (diff)
downloadcpython-2520eed0a529be3815f70c43e1a5006deeee5596.zip
cpython-2520eed0a529be3815f70c43e1a5006deeee5596.tar.gz
cpython-2520eed0a529be3815f70c43e1a5006deeee5596.tar.bz2
gh-116622: Add Android testbed (GH-117878)
Add code and config for a minimal Android app, and instructions to build and run it. Improve Android build instructions in general. Add a tool subcommand to download the Gradle wrapper (with its binary blob). Android studio must be downloaded manually (due to the license).
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 235bc78..1f5f7e5 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -243,6 +243,18 @@ Lib/test/support/interpreters/ @ericsnowcurrently
Modules/_xx*interp*module.c @ericsnowcurrently
Lib/test/test_interpreters/ @ericsnowcurrently
+# Android
+**/*Android* @mhsmith
+**/*android* @mhsmith
+
+# iOS (but not termios)
+**/iOS* @freakboy3742
+**/ios* @freakboy3742
+**/*_iOS* @freakboy3742
+**/*_ios* @freakboy3742
+**/*-iOS* @freakboy3742
+**/*-ios* @freakboy3742
+
# WebAssembly
/Tools/wasm/ @brettcannon