This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ allowed_hosts = [
277277]
278278
279279deps = {
280- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'f85c3be4bf808add6ba867b8ff7943fd235b7b5e ' ,
280+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '773652167dbd506c5fb85d168e2c9038f24fed2a ' ,
281281
282282 'src/flutter/third_party/depot_tools' :
283283 Var ('chromium_git' ) + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7' ,
Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ group("generate_snapshot_bins") {
6363# See: `bin_to_linkable` rules below that build these outputs into linkable form
6464# See: https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode
6565compiled_action (" generate_snapshot_bin" ) {
66+ # TODO(https://github.com/flutter/flutter/issues/154437).
67+ prefix_with_time_cmd = true
68+
6669 if (target_cpu == " x86" && host_os == " linux" ) {
6770 # By default Dart will create a 32-bit gen_snapshot host binary if the target
6871 # platform is 32-bit. Override this to create a 64-bit gen_snapshot for x86
You can’t perform that action at this time.
0 commit comments