From 54f98eba59aab563fd8740ff8803238ffa4fb469 Mon Sep 17 00:00:00 2001 From: wangyulie Date: Wed, 6 Dec 2023 20:01:35 +0800 Subject: [PATCH] add ipc core Signed-off-by: wangyulie --- frameworks/concurrent_task_client/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/concurrent_task_client/BUILD.gn b/frameworks/concurrent_task_client/BUILD.gn index e40fea6..931edf8 100644 --- a/frameworks/concurrent_task_client/BUILD.gn +++ b/frameworks/concurrent_task_client/BUILD.gn @@ -54,6 +54,7 @@ ohos_shared_library("concurrent_task_client") { external_deps = [ "c_utils:utils", "hilog:libhilog", + "ipc:ipc_core", "ipc:ipc_single", "samgr:samgr_proxy", ] -- Gitee