This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 2 files changed +1
-4
lines changed 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ allowed_hosts = [
277
277
]
278
278
279
279
deps = {
280
- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '773652167dbd506c5fb85d168e2c9038f24fed2a ' ,
280
+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'f85c3be4bf808add6ba867b8ff7943fd235b7b5e ' ,
281
281
282
282
'src/flutter/third_party/depot_tools' :
283
283
Var ('chromium_git' ) + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7' ,
Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ group("generate_snapshot_bins") {
63
63
# See: `bin_to_linkable` rules below that build these outputs into linkable form
64
64
# See: https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode
65
65
compiled_action (" generate_snapshot_bin" ) {
66
- # TODO(https://github.com/flutter/flutter/issues/154437).
67
- prefix_with_time_cmd = true
68
-
69
66
if (target_cpu == " x86" && host_os == " linux" ) {
70
67
# By default Dart will create a 32-bit gen_snapshot host binary if the target
71
68
# 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