Skip to content

rivendell1984/android-ndk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published