commit | c89479fe0107eb5bc6684c66eeb579fb3dfe9bcf | [log] [tgz] |
---|---|---|
author | Greg Simon <gregsimon@gmail.com> | Thu Mar 09 10:59:24 2017 -0800 |
committer | Greg Simon <gregsimon@gmail.com> | Thu Mar 09 10:59:24 2017 -0800 |
tree | 0f969b0c339a1db10614b1db252a3ac28a3a21fa | |
parent | b1087c621e37401830889f050557c07ef6354c42 [diff] |
update instructions
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