This is an experimental set of build scripts that will crosscompile Python 3 for an ARM Android device.
- Download the Android NDK and extract
android-ndk-r$Vto thesdkdirectory. - Edit
envto match your configuration. - Run
./clean.shfor good measure. - Run
./fetch.shto fetch the source archives. - Run
./build.shto build everything!
Currently, cross-compiling is only supported for Linux hosts due Python cross-compile limitations.