diff --git a/attachment/scripts/config_pre.json b/attachment/scripts/config_pre.json index a87d56a857ee276f141cd04ca1aac40042c7f7a7..2f428330739b16c1e7f166501493bbe62913ea9c 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