diff --git a/sky/dist/BUILD.gn b/sky/dist/BUILD.gn index 46a25f942525d50ac1c85172c28fe7ec4703b634..76633442bc9c61728f0d10d546e8cd61691450ef 100644 --- a/sky/dist/BUILD.gn +++ b/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}}" ] }