mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add analyze_snapshot as a build dependency (flutter/engine#35495)
This commit is contained in:
parent
e1d1c2d669
commit
76f57fc291
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user