From ef575c1d331fd00106e52cb7be3eb63d772bf34b Mon Sep 17 00:00:00 2001 From: wujianlin Date: Fri, 22 Aug 2025 09:17:50 +0800 Subject: [PATCH] Remove c_utils from the all_dependent_configs whitelist. Issue:https://gitee.com/openharmony/build/issues/ICU5ID?from=project-issue Signed-off-by: wujianlin --- component_compilation_whitelist.json | 1 - 1 file changed, 1 deletion(-) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 7611c4de70..b9bb4b2386 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -9,7 +9,6 @@ "all_dependent_configs": [ "//arkcompiler/ets_runtime:libark_jsruntime", "//base/notification/eventhandler/frameworks/eventhandler:libeventhandler", - "//commonlibrary/c_utils/base:utils", "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common:ipc_napi", "//foundation/communication/ipc/interfaces/innerkits/ipc_single:ipc_single" ], -- Gitee