From d0141e3ee327a230b0daca682edcfa8f558fa740 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Tue, 29 Oct 2024 10:20:15 -0700 Subject: [PATCH] Remove --time run of gen_snapshot. (flutter/engine#56204) '--time'-runs were done to investigate https://github.com/flutter/flutter/issues/154437, which was fixed. --- engine/src/flutter/lib/snapshot/BUILD.gn | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/src/flutter/lib/snapshot/BUILD.gn b/engine/src/flutter/lib/snapshot/BUILD.gn index 47646c7888f..02f7956c1e1 100644 --- a/engine/src/flutter/lib/snapshot/BUILD.gn +++ b/engine/src/flutter/lib/snapshot/BUILD.gn @@ -63,9 +63,6 @@ group("generate_snapshot_bins") { # See: `bin_to_linkable` rules below that build these outputs into linkable form # See: https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode compiled_action("generate_snapshot_bin") { - # TODO(https://github.com/flutter/flutter/issues/154437). - prefix_with_time_cmd = true - if (target_cpu == "x86" && host_os == "linux") { # By default Dart will create a 32-bit gen_snapshot host binary if the target # platform is 32-bit. Override this to create a 64-bit gen_snapshot for x86