mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add gen_snapshot to flutter_gtk. (flutter/engine#34287)
This commit is contained in:
parent
fd575a8118
commit
de593702de
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user