From 52e38165b3757fe6394f1f268a96296b92b14eee Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Wed, 13 Mar 2024 06:36:00 +0000 Subject: [PATCH] =?UTF-8?q?cjson=E9=83=A8=E4=BB=B6=E6=B7=BB=E5=8A=A0innerA?= =?UTF-8?q?PI=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/bundle.json b/bundle.json index a69eb4e..27b6ca6 100644 --- a/bundle.json +++ b/bundle.json @@ -29,22 +29,10 @@ "sub_component": [], "inner_kits": [ { - "name": "//third_party/cJSON:cjson", - "header": { - "header_files": [ - "cJSON.h" - ], - "header_base": "//third_party/cJSON" - } + "name": "//third_party/cJSON:cjson" }, { - "name": "//third_party/cJSON:cjson_static", - "header": { - "header_files": [ - "cJSON.h" - ], - "header_base": "//third_party/cJSON" - } + "name": "//third_party/cJSON:cjson_static" } ], "test": [] -- Gitee