From 8c34832501edc88fb6fd66eabeee09a98e04474f Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Wed, 2 Jul 2025 15:09:42 +0800 Subject: [PATCH] fix hb Signed-off-by: lanhaoyu --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a05ceb3..2382f72 100644 --- a/bundle.json +++ b/bundle.json @@ -27,8 +27,10 @@ "c_utils", "hilog", "init", + "ipc", "openssl", - "os_account" + "os_account", + "samgr" ], "third_party": [ "bounds_checking_function", -- Gitee