From 436ec8d4dd147984193ca7009fafed92bc109556 Mon Sep 17 00:00:00 2001 From: xieqiqi Date: Mon, 26 May 2025 17:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E5=90=88init=E4=BB=93=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xieqiqi --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 2a6c4fb..6a0ab85 100644 --- a/bundle.json +++ b/bundle.json @@ -22,7 +22,9 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": [ + "//third_party/cJSON:cjson(//build/lite/toolchain:ricsv32-unknown-elf)" + ], "inner_kits": [ { "name": "//third_party/cJSON:cjson" -- Gitee