From 0360b4f4e75e8222a87cb85e43a1a0f49e698d65 Mon Sep 17 00:00:00 2001 From: renhw001 Date: Sat, 28 Oct 2023 09:45:50 +0800 Subject: [PATCH] add patch Signed-off-by: renhw001 --- patches/patches.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 patches/patches.json diff --git a/patches/patches.json b/patches/patches.json new file mode 100644 index 0000000..83db518 --- /dev/null +++ b/patches/patches.json @@ -0,0 +1,9 @@ +{ + "patches":[ + { + "project":"image_framework", + "patch":"foundation/multimedia/image_framework", + "pr_url":"https://gitee.com/openharmony/multimedia_image_framework/pulls/1034" + } + ] +} \ No newline at end of file -- Gitee