diff --git a/frameworks/extension/BUILD.gn b/frameworks/extension/BUILD.gn index c22d0129953b9fefc9ae829efb4a13d82e1ffb26..66fe6486f49cca51570ffe3d4802c54134b0db33 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 64e26a42b138bd3eeac8855a6dde52a681acea95..9a5d79d0ac2914d039a0bd0cae4e8180d026908c 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",