From bb70daf383e36ced0600f33790931e5a3b063174 Mon Sep 17 00:00:00 2001 From: edwardcaoyue Date: Tue, 20 Jun 2023 17:16:06 +0800 Subject: [PATCH] remove compile patch for sig Signed-off-by: edwardcaoyue --- patches/patches.json | 9 --------- patches/rich.patch | 15 --------------- 2 files changed, 24 deletions(-) delete mode 100644 patches/patches.json delete mode 100644 patches/rich.patch diff --git a/patches/patches.json b/patches/patches.json deleted file mode 100644 index 3764e61..0000000 --- a/patches/patches.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "patches": [ - { - "project":"productdefine_common", - "patch_file":"rich.patch", - "path":"productdefine/common" - } - ] -} \ No newline at end of file diff --git a/patches/rich.patch b/patches/rich.patch deleted file mode 100644 index e733aae..0000000 --- a/patches/rich.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/inherit/rich.json b/inherit/rich.json -index 324d061..bfc9604 100644 ---- a/inherit/rich.json -+++ b/inherit/rich.json -@@ -872,6 +872,10 @@ - "component": "frame_aware_sched", - "features": [] - }, -+ { -+ "component": "qos_manager", -+ "features": [] -+ }, - { - "component": "device_usage_statistics", - "features": [] -- Gitee