From 3faad762f336dbfbb3170acf08d8e4c274485729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=87=AF=E6=98=8E?= Date: Sat, 21 Jun 2025 20:39:30 +0800 Subject: [PATCH] =?UTF-8?q?config=5Fpolicy=20init=20=E8=A7=A3=E8=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢凯明 --- bundle.json | 4 ---- frameworks/config_policy/BUILD.gn | 10 ---------- 2 files changed, 14 deletions(-) diff --git a/bundle.json b/bundle.json index 3be48ec..990266b 100644 --- a/bundle.json +++ b/bundle.json @@ -51,10 +51,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 c815b50..cef374d 100644 --- a/frameworks/config_policy/BUILD.gn +++ b/frameworks/config_policy/BUILD.gn @@ -62,14 +62,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" - } } -- Gitee