mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Dart to 1ed4c27c01de6680766593b88a531ef86883a117. (flutter/engine#3431)
This commit is contained in:
parent
011f142515
commit
f03daa15b9
2
DEPS
2
DEPS
@ -27,7 +27,7 @@ vars = {
|
||||
|
||||
# Note: When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of dart are also updated
|
||||
'dart_revision': '9a7a04525f638b57a746706c3575df66cf02bc2d',
|
||||
'dart_revision': '1ed4c27c01de6680766593b88a531ef86883a117',
|
||||
'dart_boringssl_gen_revision': '1a810313a0290e1caace9da73fa3ab89995ad2c7',
|
||||
'dart_boringssl_revision': 'd519bf6be0b447fb80fbc539d4bff4479b5482a2',
|
||||
'dart_observatory_packages_revision': '26aad88f1c1915d39bbcbff3cad589e2402fdcf1',
|
||||
|
||||
@ -70,9 +70,11 @@ action("generate_snapshot_bin") {
|
||||
rebase_path("$root_gen_dir"),
|
||||
"--script",
|
||||
rebase_path(snapshot_dart),
|
||||
"--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",
|
||||
target_os,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user