From 9a534d1d021e9ecd0290a195b4b5be78ab6cc4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E9=9C=86=E5=A8=81?= <2158863620@qq.com> Date: Mon, 5 Feb 2024 06:40:11 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmini=EF=BC=8Csmall=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢霆威 <2158863620@qq.com> --- bundle.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/bundle.json b/bundle.json index 18bb5db..77a537e 100644 --- a/bundle.json +++ b/bundle.json @@ -23,17 +23,7 @@ }, "build": { "sub_component": [], - "inner_kits": [ - { - "name": "//third_party/cJSON:cjson", - "header": { - "header_files": [ - "cJSON.h" - ], - "header_base": "//third_party/cJSON" - } - } - ], + "inner_kits": [], "test": [] } } -- Gitee