diff --git a/services/engine/engine_sa.gni b/services/engine/engine_sa.gni index b834e50b21e1fdff049b8852d06b0c294de10683..e77c09a5d607b99c82bbd02c728a66d3e629a732 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) {