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
0a54524193
commit
d07eb002df
19
BUILD.gn
19
BUILD.gn
@ -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