DescriptionSupport running w/ Sky from a local checkout through a config file.
This adds an alternative config file that one can use to run Sky apps
using sky_viewer and SDK packages from a local sky_engine checkout.
To use this you need to check out sky_engine
(https://github.com/domokit/sky_engine ) and build for Android.
Then, run the lengthy command-line:
mojo/devtools/common/mojo_run \
--android \
--config-file mojo/tools/configs/sky \
--config-alias SKY_SRC=/path_to_your_checkout/sky_engine/src \
"mojo:window_manager https://sky/examples/hello_world/lib/main.dart"
The sky apps are served from the Sky checkout, so all of
sky/packages/sky/example is available under https://sky/examples .
This replaces the old support for '--sky' flag, which was not enough to
run w/ sky after the repo split anyway.
R=qsr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/a2bc80458262f5a9b1edabbae294ea0d8d67cdb8
Patch Set 1 #Patch Set 2 : Drop the legacy sky support. #Patch Set 3 : . #
Total comments: 2
Patch Set 4 : Address Ben's comments. #
Messages
Total messages: 5 (1 generated)
|