From 60545dc51691f7abf4852621503a11077ddcc659 Mon Sep 17 00:00:00 2001 From: zhuzhihui7 Date: Thu, 27 Mar 2025 17:55:32 +0800 Subject: [PATCH] Issue:https://gitee.com/openharmony/commonlibrary_c_utils/issues/IBWTX2 Signed-off-by: zhuzhihui7 --- base/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/BUILD.gn b/base/BUILD.gn index fd26200..49ad7ba 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -158,7 +158,6 @@ ohos_shared_library("utils") { if (current_os == "ios") { sources = sources_utils_ios configs = [ ":utils_coverage_config" ] - all_dependent_configs = [ ":utils_config" ] public_configs = [ ":utils_config" ] public_external_deps = [ "bounds_checking_function:libsec_shared" ] @@ -189,7 +188,6 @@ ohos_shared_library("utils") { if (c_utils_parcel_object_check) { configs += [ ":parcel_object_check" ] } - all_dependent_configs = [ ":utils_config" ] public_configs = [ ":utils_config" ] if (current_os != "android" && current_os != "ios") { defines = [ "CONFIG_HILOG" ] -- Gitee