From bc2c9eb67ca8d50c7e3dd3205067c87688c41e7f Mon Sep 17 00:00:00 2001 From: xiekaiming Date: Wed, 3 Dec 2025 11:41:41 +0800 Subject: [PATCH] =?UTF-8?q?config=5Fpolicy=20init=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=A7=A3=E8=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiekaiming --- bundle.json | 4 ---- frameworks/config_policy/BUILD.gn | 12 +----------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/bundle.json b/bundle.json index 925beef..5c33525 100644 --- a/bundle.json +++ b/bundle.json @@ -54,10 +54,6 @@ ] }, "name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util" - }, - { - "name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util_for_init_static", - "visibility": ["init"] } ], "test": [ diff --git a/frameworks/config_policy/BUILD.gn b/frameworks/config_policy/BUILD.gn index d806ec0..39d24fc 100644 --- a/frameworks/config_policy/BUILD.gn +++ b/frameworks/config_policy/BUILD.gn @@ -58,7 +58,7 @@ if (defined(ohos_lite) && ohos_kernel_type == "liteos_m") { external_deps = [ "bounds_checking_function:libsec_shared", "hilog:libhilog_base", - "init:libbegetutil", + "init:libsystemparam", ] install_images = [ "system", @@ -72,14 +72,4 @@ if (defined(ohos_lite) && ohos_kernel_type == "liteos_m") { subsystem_name = "customization" part_name = "config_policy" } - ohos_static_library("configpolicy_util_for_init_static") { - sources = config_policy_sources - public_configs = [ ":config_policy_config" ] - external_deps = [ - "bounds_checking_function:libsec_shared", - "init:export_headers_lib", - ] - subsystem_name = "customization" - part_name = "config_policy" - } }