From 0ba7a6dd4be7075bb8a0e4ddc6c155b9bd8ff50b Mon Sep 17 00:00:00 2001 From: hanhaibin Date: Thu, 10 Feb 2022 08:49:06 +0800 Subject: [PATCH] Fix atomic ability part name change Signed-off-by: hanhaibin --- services/distributedfileservice/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/distributedfileservice/BUILD.gn b/services/distributedfileservice/BUILD.gn index 18acb1a25..6238f1f11 100644 --- a/services/distributedfileservice/BUILD.gn +++ b/services/distributedfileservice/BUILD.gn @@ -24,7 +24,7 @@ ohos_shared_library("libdistributedfileservice") { configs = [ "${utils_path}:compiler_configs" ] external_deps = [ - "ability_runtime:want", + "ability_base:want", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "ipc:ipc_core", -- Gitee