From 1d45471950711fd608c8e9a4367ad297d0f94e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=87=AF?= Date: Tue, 6 Aug 2024 16:00:39 +0800 Subject: [PATCH] add OAT.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张凯 --- OAT.xml | 117 ++++++++++++++++++++++++++++++++++++++++++ patches/ patches.json | 9 ---- 2 files changed, 117 insertions(+), 9 deletions(-) create mode 100644 OAT.xml delete mode 100644 patches/ patches.json diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 000000000..1ff95a287 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,117 @@ + + + + + + LICENSE + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/patches/ patches.json b/patches/ patches.json deleted file mode 100644 index 76d34b53f..000000000 --- a/patches/ patches.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "patches": [ - { - "project": "print_print_fwk", - "path": "base/print/print_fwk", - "pr_url": "https://gitee.com/openharmony/print_print_fwk/pulls/246" - } - ] -} \ No newline at end of file -- Gitee