Skip to content

Commit

Permalink
Add analyze_snapshot as a build dependency (flutter#35495)
Browse files Browse the repository at this point in the history
  • Loading branch information
perks authored Aug 18, 2022
1 parent 73b5da2 commit bf5582d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

Expand All @@ -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",
Expand Down

0 comments on commit bf5582d

Please sign in to comment.