File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,18 @@ group("most") {
3232 ]
3333}
3434
35+ # Delete this after Golem moves to vm_platform.dill.
36+ copy (" copy_vm_strong_dill_files" ) {
37+ deps = [ " runtime/vm:kernel_platform_files($host_toolchain )" ]
38+ sources = [ " $root_out_dir /vm_platform.dill" ]
39+ outputs = [ " $root_out_dir /vm_platform_strong.dill" ]
40+ }
41+ copy (" copy_vm_strong_outline_files" ) {
42+ deps = [ " runtime/vm:kernel_platform_files($host_toolchain )" ]
43+ sources = [ " $root_out_dir /vm_outline.dill" ]
44+ outputs = [ " $root_out_dir /vm_outline_strong.dill" ]
45+ }
46+
3547group (" runtime" ) {
3648 import (" runtime/runtime_args.gni" )
3749
@@ -41,6 +53,8 @@ group("runtime") {
4153 }
4254
4355 deps = [
56+ " :copy_vm_strong_dill_files" ,
57+ " :copy_vm_strong_outline_files" ,
4458 " runtime/bin:dart" ,
4559 " runtime/bin:ffi_test_dynamic_library" ,
4660 " runtime/bin:ffi_test_functions" ,
You can’t perform that action at this time.
0 commit comments