Skip to content

Commit 2219b51

Browse files
[gardening/flutter] Update 3xH patch to remove --sync-async flag from engine build file.
Change-Id: Ib35ddb9b297a69d3e41fd15ef259d326353ad340 Reviewed-on: https://dart-review.googlesource.com/c/87974 Reviewed-by: Daco Harkes <[email protected]>
1 parent fbd014b commit 2219b51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/patches/flutter-engine/f9ebf2129732fd2b606286fdf58e500384b8a0bc.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/DEPS b/DEPS
2-
index cd4acaf5e..28f8d1b72 100644
2+
index 2f5a8532b..c4cb5da32 100644
33
--- a/DEPS
44
+++ b/DEPS
55
@@ -47,7 +47,7 @@ vars = {
@@ -21,15 +21,15 @@ index cd4acaf5e..28f8d1b72 100644
2121
'dart_markdown_tag': '2.0.2',
2222
'dart_matcher_tag': '0.12.3',
2323
diff --git a/lib/snapshot/BUILD.gn b/lib/snapshot/BUILD.gn
24-
index ef06063a2..fa18ebfbf 100644
24+
index ef06063a2..4db8600ea 100644
2525
--- a/lib/snapshot/BUILD.gn
2626
+++ b/lib/snapshot/BUILD.gn
27-
@@ -53,9 +53,7 @@ compiled_action("generate_snapshot_bin") {
27+
@@ -53,9 +53,6 @@ compiled_action("generate_snapshot_bin") {
2828
]
2929

3030
args = [
3131
- "--strong",
32-
"--sync-async",
32+
- "--sync-async",
3333
- "--reify-generic-functions",
3434
"--snapshot_kind=core",
3535
"--enable_mirrors=false",

0 commit comments

Comments
 (0)