/docker-fuchsia-dev

Painless way of having a full configured Google Fuchsia environment

Primary LanguageMakefileMIT LicenseMIT

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