From 7d124fe1627a92aaafa0b62c5946424dc840dfdc Mon Sep 17 00:00:00 2001 From: fan-jingle Date: Fri, 1 Aug 2025 15:56:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ipc=E7=BC=96=E8=AF=91=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fan-jingle --- modules/native_adapter/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/native_adapter/BUILD.gn b/modules/native_adapter/BUILD.gn index e1819d51..c5fd69d7 100644 --- a/modules/native_adapter/BUILD.gn +++ b/modules/native_adapter/BUILD.gn @@ -39,6 +39,7 @@ ohos_shared_library("nativespawn") { "hilog:libhilog", "init:libbegetutil", "napi:ace_napi", + "ipc:ipc_single", ] if (!defined(APPSPAWN_TEST)) { external_deps += [ "common_event_service:cesfwk_innerkits" ] -- Gitee