From fe2995066d46355ebd15cbd85b55b9039d6d9fe1 Mon Sep 17 00:00:00 2001 From: zhushengle Date: Sat, 26 Aug 2023 16:30:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #I7VVIM Signed-off-by: zhushengle --- patches/patches.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 patches/patches.json diff --git a/patches/patches.json b/patches/patches.json new file mode 100644 index 0000000..88e6a22 --- /dev/null +++ b/patches/patches.json @@ -0,0 +1,24 @@ +{ + "patches": [ + { + "project":"productdefine_common", + "path":"productdefine/common", + "pr_url":"https://gitee.com/openharmony/productdefine_common/pulls/699" + }, + { + "project":"bundlemanager_bundle_framework", + "path":"foundation/bundlemanager/bundle_framework", + "pr_url":"https://gitee.com/openharmony/bundlemanager_bundle_framework/pulls/4631" + }, + { + "project":"build", + "path":"build", + "pr_url":"https://gitee.com/openharmony/build/pulls/2274" + }, + { + "project":"vendor_hihope", + "path":"vendor/hihope", + "pr_url":"https://gitee.com/openharmony/vendor_hihope/pulls/920" + } + ] +} -- Gitee