This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # This script builds & bundles Python for Android | |
| # You'll end up with a tar.bz2 file that contains a Python distribution | |
| # | |
| # Requires all prerequisites to build Android on the host, and the NDK | |
| # installed. | |
| # | |
| # This script creates a file python4android.tbz2. Unpack it on your device | |
| # (into a non-noexec partition!) and enjoy. |