An open API service indexing awesome lists of open source software.

https://github.com/gordon-f/docker-android-ndk-rust

Docker image with pre-installed NDK and Rust Stable
https://github.com/gordon-f/docker-android-ndk-rust

android android-ndk docker dockerfile rust rust-lang

Last synced: about 2 months ago
JSON representation

Docker image with pre-installed NDK and Rust Stable

Awesome Lists containing this project

README

          

Android NDK Docker image with Rust specific additions. Based on [bitriseio/android-ndk](https://github.com/bitrise-io/android-ndk).

## Build image
```bash
docker build -t rust_android_ndk.image -f Dockerfile --build-arg API=21 .
```

## Run container

```bash
docker run -it --rm -v "$PWD:/home/rust/application" rust_android_ndk.image /bin/bash
```