From 2eda24661007b5fa37e68af04bcf6b851ee901e1 Mon Sep 17 00:00:00 2001 From: wuminjie Date: Wed, 28 May 2025 17:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuminjie --- interfaces/innerkits/common/BUILD.gn | 5 ----- interfaces/innerkits/dynamic_cache/BUILD.gn | 1 - interfaces/innerkits/samgr_proxy/BUILD.gn | 1 - 3 files changed, 7 deletions(-) diff --git a/interfaces/innerkits/common/BUILD.gn b/interfaces/innerkits/common/BUILD.gn index 71e1bae5..882ed2af 100644 --- a/interfaces/innerkits/common/BUILD.gn +++ b/interfaces/innerkits/common/BUILD.gn @@ -62,11 +62,6 @@ ohos_shared_library("samgr_common") { external_deps = [ "libxml2:libxml2" ] - all_dependent_configs = [ - ":all_config_samgr_common", - "//third_party/libxml2:libxml2_config", - ] - if (is_standard_system) { external_deps += [ "c_utils:utils", diff --git a/interfaces/innerkits/dynamic_cache/BUILD.gn b/interfaces/innerkits/dynamic_cache/BUILD.gn index 4c5fc7d3..2618021c 100644 --- a/interfaces/innerkits/dynamic_cache/BUILD.gn +++ b/interfaces/innerkits/dynamic_cache/BUILD.gn @@ -31,7 +31,6 @@ ohos_static_library("dynamic_cache") { branch_protector_ret = "pac_ret" sources = [ "./src/dynamic_cache.cpp" ] configs = [ "../samgr_proxy:samgr_proxy_config" ] - all_dependent_configs = [ ":dynamic_cache_config" ] public_configs = [ ":dynamic_cache_config" ] if (is_standard_system) { external_deps = [ diff --git a/interfaces/innerkits/samgr_proxy/BUILD.gn b/interfaces/innerkits/samgr_proxy/BUILD.gn index 852f0b1c..2d91f5d9 100644 --- a/interfaces/innerkits/samgr_proxy/BUILD.gn +++ b/interfaces/innerkits/samgr_proxy/BUILD.gn @@ -69,7 +69,6 @@ ohos_shared_library("samgr_proxy") { ":lsamgr_proxy_config", ":samgr_proxy_config", ] - all_dependent_configs = [ ":samgr_proxy_config" ] if (is_standard_system) { external_deps = [ -- Gitee