commit | a0e84f7d9cc4e922e97964eb651e05373d5dc236 | [log] [tgz] |
---|---|---|
author | Greg Simon <gregsimon@gmail.com> | Thu Mar 16 23:28:57 2017 -0700 |
committer | Greg Simon <gregsimon@gmail.com> | Thu Mar 16 23:28:57 2017 -0700 |
tree | 865781ff0390cab287a959351978b1cd81365e67 | |
parent | 9628e365787ab39b0ecd812a4f2d252ed0220b14 [diff] |
remove the ui info from the header.
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