lawrencenull / docker-fuchsia-dev

Painless way of having a full configured Google Fuchsia environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Fuchsia Development environment

Base Docker Image

Building

  1. Install Docker.

  2. Checkout

  3. docker build -t "wiyarmir/fuchsia" .

WARNING: This script assumes you have already accepted the Android License and will check yes for you.

Usage

docker run -it --rm wiyarmir/fuchsia

You came here for Armadillo?

Easy build of a release APK

docker run --name armadillo wiyarmir/fuchsia:armadillo
docker cp armadillo:/home/fuchsia/fuchsia/apps/sysui/armadillo/android/app/build/outputs/apk/app-release.apk .

LICENSE

MIT

About

Painless way of having a full configured Google Fuchsia environment

License:MIT License


Languages

Language:Makefile 83.9%Language:Shell 16.1%