From 251e992c3582570ce323f3de27b6ce1aa2dd50f7 Mon Sep 17 00:00:00 2001 From: xuchang Date: Thu, 30 Nov 2023 19:33:42 -0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20#I8KYP9=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=A2=84=E7=BC=96=E8=AF=91patch=E5=BA=94=E7=94=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20Sig:=20OpenHarmony-SIG/flutter-engine=20Feature=20o?= =?UTF-8?q?r=20Bugfix:=20Feature=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuchang --- attachment/scripts/config_pre.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/attachment/scripts/config_pre.json b/attachment/scripts/config_pre.json index a87d56a857..fb997bd489 100644 --- a/attachment/scripts/config_pre.json +++ b/attachment/scripts/config_pre.json @@ -5,10 +5,16 @@ "type": "files" }, { - "name": "dart", + "name": "dart0", "target": "./src/third_party/dart", "type": "patch", - "file_path": "../../flutter/attachment/repos/dart.patch" + "file_path": "../../flutter/attachment/repos/dart.patch0" + }, + { + "name": "dart1", + "target": "./src/third_party/dart", + "type": "patch", + "file_path": "../../flutter/attachment/repos/dart.patch1" }, { "name": "skia", -- Gitee