summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMalcolm Smith <smith@chaquo.com>2024-03-21 23:52:29 (GMT)
committerGitHub <noreply@github.com>2024-03-21 23:52:29 (GMT)
commit3ec57307e70ee6f42410e844d3399bbd598917ba (patch)
tree6a8a4241ab77eb831818110235cd67d6f1263bf1 /Misc
parent50f9b0b1e0fb181875751cef951351ed007b6397 (diff)
downloadcpython-3ec57307e70ee6f42410e844d3399bbd598917ba.zip
cpython-3ec57307e70ee6f42410e844d3399bbd598917ba.tar.gz
cpython-3ec57307e70ee6f42410e844d3399bbd598917ba.tar.bz2
gh-71052: Add Android build script and instructions (#116426)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2024-03-06-17-26-55.gh-issue-71052.vLbu9u.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-03-06-17-26-55.gh-issue-71052.vLbu9u.rst b/Misc/NEWS.d/next/Build/2024-03-06-17-26-55.gh-issue-71052.vLbu9u.rst
new file mode 100644
index 0000000..53776c0
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-03-06-17-26-55.gh-issue-71052.vLbu9u.rst
@@ -0,0 +1 @@
+Add Android build script and instructions.