Remove the shell build target's dependency on the embedder library (flutter/engine#7549)

This commit is contained in:
Jason Simmons 2019-01-22 14:38:19 -08:00 committed by GitHub
parent 6d8793c6f3
commit e2884a11f1

View File

@ -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.