diff --git a/interfaces/js/kits/BUILD.gn b/interfaces/js/kits/BUILD.gn index 98139e29135e624b95ba51fd04408d5dfcbd5599..fb2f6fe28e23f6dbe7cfd3e2c201ed75fb3b7f3a 100644 --- a/interfaces/js/kits/BUILD.gn +++ b/interfaces/js/kits/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 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 @@ -31,6 +31,7 @@ ohos_shared_library("resourcemanager") { external_deps = [ "ability_runtime:abilitykit_native", + "ability_runtime:base_ability_kit_native", "ability_runtime:runtime", "hilog:libhilog", "hisysevent:libhisysevent",