Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 424 Bytes

Android NDK Docker Image

This project aims to provide a docker image that contains android ndk.

Build it

To build it, simply run:

$> docker build --build-arg NDK_VERSION=r21d -t android-ndk:r21d .

Run it

To run the previously built image, runs bash for example

$> docker run -it --rm -v $SOURCE_DIRECTORY:/sources -w /sources android-ndk:r21d bash