mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Include sky_snapshot in binary distribution
This commit is contained in:
parent
94cc6a4dc5
commit
e25fc1ea8b
9
engine/src/flutter/sky/dist/BUILD.gn
vendored
9
engine/src/flutter/sky/dist/BUILD.gn
vendored
@ -44,6 +44,15 @@ copy("sky_shell") {
|
||||
]
|
||||
}
|
||||
|
||||
sky_snapshot_dir =
|
||||
get_label_info("//sky/tools/sky_snapshot($host_toolchain)", "root_out_dir")
|
||||
|
||||
sources += [ "$sky_snapshot_dir/sky_snapshot" ]
|
||||
|
||||
deps += [
|
||||
"//sky/tools/sky_snapshot($host_toolchain)",
|
||||
]
|
||||
|
||||
outputs = [ "$root_dist_dir/shell/{{source_file_part}}" ]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user