Index: runtime/bin/BUILD.gn |
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
index 3404bbf32ccabc8f919ed7f71b41391a942bb326..0f41578c939b37a168aa166e58cd932b838e57c8 100644 |
--- a/runtime/bin/BUILD.gn |
+++ b/runtime/bin/BUILD.gn |
@@ -482,9 +482,11 @@ action("generate_snapshot_bin") { |
args = [ |
"--executable", |
rebase_path("$gen_snapshot_dir/gen_snapshot"), |
+ "--snapshot_kind", |
+ "core", |
"--vm_output_bin", |
rebase_path(vm_isolate_snapshot, root_build_dir), |
- "--output_bin", |
+ "--isolate_output_bin", |
rebase_path(isolate_snapshot, root_build_dir), |
"--target_os", |
current_os, |