commit | 8615823321fa1fdf5e647d8c9bfa8ca212bb0445 | [log] [tgz] |
---|---|---|
author | Greg Simon <gregsimon@gmail.com> | Wed Mar 15 10:35:38 2017 -0700 |
committer | Greg Simon <gregsimon@gmail.com> | Wed Mar 15 10:35:38 2017 -0700 |
tree | 38acc96691bfdc0c16f408abfa644e5ac509de1b | |
parent | 24478acaf34a77b0a8e3d357e10ee949396dd96c [diff] |
load correct URLs with each item
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