mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Don't build sky_snapshot for target
This commit is contained in:
parent
5c6fd0da9c
commit
955cb70b47
@ -5,15 +5,16 @@
|
||||
group("flutter") {
|
||||
testonly = true
|
||||
|
||||
deps = [
|
||||
"//flutter/assets",
|
||||
"//flutter/flow",
|
||||
"//flutter/glue",
|
||||
"//flutter/snapshotter",
|
||||
]
|
||||
|
||||
if (!is_fuchsia) {
|
||||
deps += [
|
||||
if (is_fuchsia) {
|
||||
# TODO(abarth) Remove this specific list once Fuchsia can build everything.
|
||||
deps = [
|
||||
"//flutter/snapshotter",
|
||||
"//flutter/assets",
|
||||
"//flutter/flow",
|
||||
"//flutter/glue",
|
||||
]
|
||||
} else {
|
||||
deps = [
|
||||
"//flutter/sky",
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user