Sign inSign up

aguindehi/android-buildenv

By aguindehi

Updated over 9 years ago

Android NDK Build Environment

Image
0

1.5K

aguindehi/android-buildenv repository overview

This is a full Android NDK Build Environment for Android architecture ARM using GCC 4.9 and the Android-21 platform.

Usage:

docker run -t -i aguindehi/android-buildenv

cd tmp && echo "main() { printf("Hello world!"); }" > test-arm.c

${CC} test-arm.c -o test-arm

Environment variables:

ARCH_NAME=[arm|mips|x86]

GOOGLE_PLATFORM=[15|16|17|18|19|21]

[Thanks to https://hub.docker.com/u/ddrown for inspiration]

Tag summary

Content type

Image

Digest

sha256:7df5603e2

Size

1.7 GB

Last updated

over 9 years ago

docker pull aguindehi/android-buildenv