From 22d0a0caf02ad714477b4cacbb80e034cb8a6eaf Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Wed, 13 Mar 2024 06:51:53 +0000 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8A=A0=E5=85=A5innerAPI?= =?UTF-8?q?=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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 3b2fb2a..27b6ca6 100644 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,14 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/cJSON:cjson" + }, + { + "name": "//third_party/cJSON:cjson_static" + } + ], "test": [] } } -- Gitee