Add analyze_snapshot as a build dependency (flutter/engine#35495)

This commit is contained in:
Chris Evans 2022-08-18 17:26:53 +01:00 committed by GitHub
parent e1d1c2d669
commit 76f57fc291

View File

@ -90,7 +90,7 @@ group("flutter") {
}
}
# If enbaled, compile the SDK / snapshot.
# If enabled, compile the SDK / snapshot.
if (!is_fuchsia) {
public_deps += [ "//flutter/lib/snapshot:generate_snapshot_bins" ]
@ -104,6 +104,9 @@ group("flutter") {
# gen_snapshot for the host and not the target.
"//third_party/dart/runtime/bin:gen_snapshot",
# Built alongside gen_snapshot for 64 bit targets
"//third_party/dart/runtime/bin:analyze_snapshot",
# Impeller artifacts - compiler and libtessellator
"//flutter/impeller/compiler:impellerc",
"//flutter/impeller/tessellator:tessellator_shared",