Standalone Toolchain for Android NDK in Docker
3.7K
Or stand for short, is different versions of the Android NDK packaged in a container as a standalone toolchain.
Dockerfile linkPlease see tags tab for list of available tags besides latest.
latest, (Dockerfile)To minimise the size of the image, each container only has a single toolchain, for a certain platform version and toolchain, from a select NDK version.
Each version is tagged according to a combination of the above, in the following manner:
<ndk>-<platform>-<toolchain>
E.g. to get the container for platform android-21 from the r10e NDK:
docker pull rhardih/stand:r10e-a21-arm-linux-androideabi-4.9
If a specific combination is not amongst the current list of tags, you can trigger it to be built here:
After a build has been scheduled, it takes a little while for Travis to complete and push the container to the repository. When done the new toolchain should be listed under Tags.
Content type
Image
Digest
sha256:19040eb9e…
Size
245.1 MB
Last updated
over 3 years ago
docker pull rhardih/stand