Add gen_snapshot to flutter_gtk. (flutter/engine#34287)

This commit is contained in:
godofredoc 2022-06-27 10:00:06 -07:00 committed by GitHub
parent fd575a8118
commit de593702de

View File

@ -283,6 +283,7 @@ zip_bundle("flutter_gtk") {
deps = [
":flutter_linux_gtk",
":publish_headers_linux",
"//third_party/dart/runtime/bin:gen_snapshot",
]
sources = get_target_outputs(":publish_headers_linux")
tmp_files = []
@ -299,6 +300,10 @@ zip_bundle("flutter_gtk") {
source = "$root_build_dir/libflutter_${host_os}_gtk.so"
destination = "libflutter_${host_os}_gtk.so"
},
{
source = "$root_build_dir/gen_snapshot"
destination = "gen_snapshot"
},
]
files = tmp_files
}