From 7267eacfdeedc3f9dd4f9bb201429d487c188461 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Mon, 9 Jun 2025 11:36:16 +0800 Subject: [PATCH] =?UTF-8?q?ips=20=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- frameworks/ets/ani/ani_common/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/ets/ani/ani_common/BUILD.gn b/frameworks/ets/ani/ani_common/BUILD.gn index aecd68ca122..2d67c749d72 100644 --- a/frameworks/ets/ani/ani_common/BUILD.gn +++ b/frameworks/ets/ani/ani_common/BUILD.gn @@ -68,6 +68,7 @@ ohos_shared_library("ani_common") { "eventhandler:libeventhandler", "hilog:libhilog", "ipc:ipc_core", + "ipc:ipc_napi", "json:nlohmann_json_static", "napi:ace_napi", "runtime_core:ani", -- Gitee