diff --git a/engine/src/flutter/sky/dist/BUILD.gn b/engine/src/flutter/sky/dist/BUILD.gn index 46a25f94252..76633442bc9 100644 --- a/engine/src/flutter/sky/dist/BUILD.gn +++ b/engine/src/flutter/sky/dist/BUILD.gn @@ -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}}" ] }