mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add a basic sky_shell.mojo
Currently sky_shell.mojo can't load any Flutter apps or draw to the screen, but that will come in later patches.
This commit is contained in:
parent
d341af2571
commit
99194a75ff
@ -13,6 +13,10 @@ group("sky") {
|
||||
"//sky/tools/sky_snapshot($host_toolchain)",
|
||||
]
|
||||
|
||||
if (is_linux || is_android) {
|
||||
deps += [ "//sky/shell/platform/mojo" ]
|
||||
}
|
||||
|
||||
if (is_android) {
|
||||
deps += [ "//sky/services/activity" ]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user