From 3fa9d17fbb3487eeb5d8fabd57b0eb21127738ed Mon Sep 17 00:00:00 2001 From: shiqichang Date: Fri, 17 Jun 2022 17:11:01 +0800 Subject: [PATCH] =?UTF-8?q?aafwk=E7=9B=AE=E5=BD=95=E8=BD=AC=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shiqichang Change-Id: I248701391563a87f371054eb601fbca537eb53c4 --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index aa10b398..92cad1a3 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -59,7 +59,7 @@ ohos_shared_library("fms_server") { ] deps = [ - "${aafwk_kits_path}/ability/native:abilitykit_native", + "${aafwk_path}/frameworks/native/ability/native:abilitykit_native", "${aafwk_services_path}/abilitymgr:abilityms", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native:storage_manager_sa_proxy", -- Gitee