From 71e8dcb666905d5f00b614e6fdf9c800abe9a307 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Mon, 14 Jul 2025 20:25:04 +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 --- services/engine/engine_sa.gni | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/services/engine/engine_sa.gni b/services/engine/engine_sa.gni index b834e50b..e77c09a5 100644 --- a/services/engine/engine_sa.gni +++ b/services/engine/engine_sa.gni @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Huawei Device Co., Ltd. +# Copyright (c) 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 @@ -157,7 +157,10 @@ if (ability_ability_base_enable) { ] } if (ability_ability_runtime_enable) { - sa_external_deps += [ "ability_runtime:extension_manager" ] + sa_external_deps += [ + "ability_runtime:ability_connect_callback_stub", + "ability_runtime:extension_manager", + ] } if (communication_netmanager_base_enable) { -- Gitee