From 035f10709eeab2f4a63eb96777209eccc1c365f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=98=89=E5=AE=9D?= Date: Fri, 23 May 2025 21:11:48 +0800 Subject: [PATCH] product adaptation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄嘉宝 --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 3be48ec..32e1496 100644 --- a/bundle.json +++ b/bundle.json @@ -54,7 +54,10 @@ }, { "name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util_for_init_static", - "visibility": ["init"] + "visibility": [ + "init", + "samgr" + ] } ], "test": [ -- Gitee