commit | 9628e365787ab39b0ecd812a4f2d252ed0220b14 | [log] [tgz] |
---|---|---|
author | Greg Simon <gregsimon@gmail.com> | Thu Mar 16 23:22:58 2017 -0700 |
committer | Greg Simon <gregsimon@gmail.com> | Thu Mar 16 23:22:58 2017 -0700 |
tree | 3c898613a2e4d74739e014a832afb67a5ded5c3e | |
parent | 9b3dbd3718c31333f79d946cfad9f6f1aaac0ad9 [diff] |
adding uptime and making the UI a bit nicer.
Simple Flutter module to display the Fuchsia build status. This can be built both as an iOS/Android stand-alone Flutter application, or as a module for Fuchsia.
cd $SRC/third_party
git clone git@github.com:gregsimon/fuchsia_build_status.git
cp $SRC/third_party/fuchsia_build_status/misc_build_files/fuchsia_build_status $SRC/packages/gn/
$SRC/packages/gn/default
adding "fuchsia_build_status"
to the “imports” section:
"imports": [ "fonts", "fortune", "ftl", "fuchsia_build_status", "gdb_server",
device_runner --user_shell=dev_user_shell --user_shell_args=--root_module=fuchsia_build_status
cp $SRC/third_party/fuchsia_build_status/misc_build_files/boot_dashboard $SRC/packages/gn/
packages/gn/gen.py -m boot_dashboard
cd $SRC
flutter run