From 3107d935e320fdbffeb1896435ddd8f03fe30722 Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Sat, 23 Dec 2023 11:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=81=E6=B0=B4=E7=BA=BFpa?= =?UTF-8?q?tch=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- attachment/scripts/config_pre.json | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/attachment/scripts/config_pre.json b/attachment/scripts/config_pre.json index a87d56a857..2f42833073 100644 --- a/attachment/scripts/config_pre.json +++ b/attachment/scripts/config_pre.json @@ -5,10 +5,22 @@ "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": "dart2", + "target": "./src/third_party/dart", + "type": "patch", + "file_path": "../../flutter/attachment/repos/dart.patch2" }, { "name": "skia", @@ -34,4 +46,17 @@ "type": "patch", "file_path": "../../flutter/attachment/repos/libcxx.bin" } + , + { + "name": "zlib", + "target": "./src/third_party/zlib", + "type": "patch", + "file_path": "../../flutter/attachment/repos/zlib.patch" + }, + { + "name": "boringssl", + "target": "./src/third_party/boringssl", + "type": "patch", + "file_path": "../../flutter/attachment/repos/boringssl.patch" + } ] \ No newline at end of file -- Gitee