https://github.com/haozeke/docker_android_crdroid
An opinionated, bug-free build environment
https://github.com/haozeke/docker_android_crdroid
android crdroid docker dockerfile
Last synced: about 2 months ago
JSON representation
An opinionated, bug-free build environment
- Host: GitHub
- URL: https://github.com/haozeke/docker_android_crdroid
- Owner: HaoZeke
- License: mit
- Created: 2017-08-01T22:26:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T15:43:56.000Z (about 7 years ago)
- Last Synced: 2025-03-27T03:16:30.927Z (about 1 year ago)
- Topics: android, crdroid, docker, dockerfile
- Language: Dockerfile
- Homepage: https://cloud.docker.com/repository/docker/haozeke/crdroid
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crDroid Dockerfile [](https://www.paypal.me/HaoZeke/)
> Copyright (C) 2017 Rohit Goswami
Meant for compiling finicky android systems with an archlinux box.
Works as a self contained setup for [crDroid](https://github.com/crdroidandroid).
## Usage
The recommended usage leverages your existing build tree so you only need this as your build environment.
```bash
docker run -it -h crdroid -v $SOURCE_LOCATION:/home/build/Android -v $HOME/.ccache/:/home/build/.ccache -v $HOME.cache/:/home/build/.cache HaoZeke/crdroid
```