@@ -458,6 +458,12 @@ used in ``python.sh``:
458
458
.. _wasmtime : https://wasmtime.dev
459
459
.. _WebAssembly : https://webassembly.org
460
460
461
+ Android
462
+ -------
463
+
464
+ Build and test instructions for Android are maintained in the CPython repository
465
+ at :cpy-file: `Android/README.md `.
466
+
461
467
iOS
462
468
---
463
469
@@ -608,8 +614,8 @@ for details.
608
614
Install dependencies
609
615
====================
610
616
611
- This section explains how to install additional extensions (for example, `` zlib ``)
612
- on Linux, macOS and iOS .
617
+ This section explains how to install libraries which are needed to compile
618
+ some of CPython's modules (for example, `` zlib ``) .
613
619
614
620
.. tab :: Linux
615
621
@@ -775,6 +781,16 @@ on Linux, macOS and iOS.
775
781
776
782
On Windows, extensions are already included and built automatically.
777
783
784
+ .. tab :: Android
785
+
786
+ The BeeWare project maintains `scripts for building Android dependencies `_,
787
+ and distributes `pre-compiled binaries `_ for each of them.
788
+ These binaries are automatically downloaded and used by the CPython
789
+ build script at :cpy-file: `Android/android.py `.
790
+
791
+ .. _scripts for building Android dependencies : https://github.com/beeware/cpython-android-source-deps
792
+ .. _pre-compiled binaries : https://github.com/beeware/cpython-android-source-deps/releases
793
+
778
794
.. tab :: iOS
779
795
780
796
As with CPython itself, the dependencies for CPython must be compiled for
0 commit comments