From 24bdc7a90f920d4df2fe3bab6ce80b1bf0b52abe Mon Sep 17 00:00:00 2001 From: 18721213663 Date: Sat, 8 Jun 2024 20:10:51 +0800 Subject: [PATCH] add build with fileapi Signed-off-by: 18721213663 --- 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..1f61705 --- /dev/null +++ b/patches/patches.json @@ -0,0 +1,9 @@ +{ + "patches": [ + { + "project":"filemanagement_file_api", + "path":"foundation/filemanagement/file_api", + "pr_url":"https://gitee.com/openharmony/filemanagement_file_api/pulls/702" + } + ] +} \ No newline at end of file -- Gitee