mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove the shell build target's dependency on the embedder library (flutter/engine#7549)
This commit is contained in:
parent
6d8793c6f3
commit
e2884a11f1
@ -12,9 +12,7 @@ group("platform") {
|
||||
"android",
|
||||
]
|
||||
} else if (is_linux) {
|
||||
deps = [
|
||||
"embedder",
|
||||
]
|
||||
deps = []
|
||||
} else if (is_win || is_fuchsia) {
|
||||
# There is no platform target on Windows. Fuchsia has its own runner
|
||||
# implementation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user