From 067b18af8c6e30da409d0b095bd18d7c926bec0a Mon Sep 17 00:00:00 2001 From: li_junsong Date: Tue, 25 Jul 2023 19:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9boundle.json=E6=96=87?= =?UTF-8?q?=E4=BB=B6inner=5Fkits=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li_junsong --- bundle.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index df2b914..d0ea152 100644 --- a/bundle.json +++ b/bundle.json @@ -24,10 +24,16 @@ "third_party": [] }, "build": { - "sub_component": [ - "//commonlibrary/rust/ylong_runtime/ylong_runtime:lib" + "sub_component": [], + "inner_kits": [ + { + "header": { + "header_base": [], + "header_files": [] + }, + "name": "//commonlibrary/rust/ylong_runtime/ylong_runtime:lib" + } ], - "inner_kits": [], "test": [] } } -- Gitee