From 7b699f645fba98cf73a12c85b120273208524b92 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Mon, 14 Jul 2025 17:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91-=E9=85=8D?= =?UTF-8?q?=E5=90=88ability=5Fruntime=E5=88=A0=E9=99=A4public=5Fdeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- frameworks/extension/BUILD.gn | 1 + services/BUILD.gn | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frameworks/extension/BUILD.gn b/frameworks/extension/BUILD.gn index c22d0129..66fe6486 100644 --- a/frameworks/extension/BUILD.gn +++ b/frameworks/extension/BUILD.gn @@ -107,6 +107,7 @@ ohos_shared_library("static_subscriber_extension") { "ability_runtime:ability_business_error", "ability_runtime:ability_context_native", "ability_runtime:ability_manager", + "ability_runtime:abilitykit_utils", "ability_runtime:ani_common", "ability_runtime:app_context", "ability_runtime:extensionkit_native", diff --git a/services/BUILD.gn b/services/BUILD.gn index 64e26a42..9a5d79d0 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -108,6 +108,7 @@ ohos_shared_library("cesfwk_services") { external_deps = [ "ability_base:want", + "ability_runtime:ability_connect_callback_stub", "ability_runtime:ability_manager", "access_token:libaccesstoken_sdk", "access_token:libprivacy_sdk", -- Gitee