From 3e7d3f4572645377e79e0b198944d36d80cb13fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=B7=E9=A6=99=E5=A8=9F?= Date: Thu, 11 Sep 2025 14:16:33 +0800 Subject: [PATCH] =?UTF-8?q?all=5Fdependent=5Fconfigs=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 康香娟 --- interfaces/innerkits/ipc_napi_common/BUILD.gn | 1 - interfaces/innerkits/ipc_single/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/interfaces/innerkits/ipc_napi_common/BUILD.gn b/interfaces/innerkits/ipc_napi_common/BUILD.gn index ebfe5d4c..f74a990a 100644 --- a/interfaces/innerkits/ipc_napi_common/BUILD.gn +++ b/interfaces/innerkits/ipc_napi_common/BUILD.gn @@ -32,7 +32,6 @@ if (support_jsapi) { "../../../utils/include", "../../../ipc/native/src/napi_common/include", ] - all_dependent_configs = [ ":napi_common_deps_config" ] public_configs = [ ":napi_common_deps_config" ] sources = [ diff --git a/interfaces/innerkits/ipc_single/BUILD.gn b/interfaces/innerkits/ipc_single/BUILD.gn index 497d8b40..52e422e7 100644 --- a/interfaces/innerkits/ipc_single/BUILD.gn +++ b/interfaces/innerkits/ipc_single/BUILD.gn @@ -101,7 +101,6 @@ ohos_shared_library("ipc_single") { configs = common_configs public_configs = common_public_configs - all_dependent_configs = [ ":ipc_all_deps_config" ] deps = [ "$IPC_CORE_ROOT/src/core:ipc_common" ] -- Gitee