commit | e7a2c210d270851a56f24370a73ef3501703b272 | [log] [tgz] |
---|---|---|
author | Greg Simon <gregsimon@gmail.com> | Mon Mar 13 22:59:00 2017 -0700 |
committer | Greg Simon <gregsimon@gmail.com> | Mon Mar 13 22:59:00 2017 -0700 |
tree | 810578624133a787d98c3521ea3ed7e7ee53138a | |
parent | c89479fe0107eb5bc6684c66eeb579fb3dfe9bcf [diff] |
convert to async fn. Fix type-o in 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/apps
git clone git@github.com:gregsimon/fuchsia_build_status.git dashboard
cp $SRC/apps/dashboard/misc_build_files/dashboard $SRC/packages/gn/
$SRC/packages/gn/modules
adding "dashboard"
to the “imports” section:
"labels": [ "//apps/modules" ], "imports": [ "chat", "contacts", "calendar", "dashboard", "email" ], "binaries": [ { ...
device_runner --user_shell=dev_user_shell --user_shell_args=--root_module=dashboard