From 8c347901244062cf2c0e3812f951260a5429b1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=92=8C=E5=B8=85?= <37385574@qq.com> Date: Thu, 16 Jan 2025 11:50:48 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsmall=E5=BD=A2=E6=80=81?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BE=9D=E8=B5=96=E8=AF=A5=E5=BA=93=E5=88=9B?= =?UTF-8?q?=E5=BB=BASA=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 和帅 <37385574@qq.com> --- bundle.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bundle.json b/bundle.json index 1c5b042..cf17cfd 100644 --- a/bundle.json +++ b/bundle.json @@ -42,6 +42,15 @@ "build": { "sub_component": [ "//foundation/systemabilitymgr/samgr_lite:samgr" + ], + "inner_kits": [ + { + "name": "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", + "header": { + "header_files": [], + "header_base": "//foundation/systemabilitymgr/samgr_lite/samgr/source" + } + } ] } } -- Gitee