From 0863b5e04f727a5f3d6d7ec7344f13b3d01f6b86 Mon Sep 17 00:00:00 2001 From: cuiruibin Date: Tue, 9 Apr 2024 14:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuiruibin --- interfaces/inner_api/file_access/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interfaces/inner_api/file_access/BUILD.gn b/interfaces/inner_api/file_access/BUILD.gn index 1f5c77d1..02a39ba8 100644 --- a/interfaces/inner_api/file_access/BUILD.gn +++ b/interfaces/inner_api/file_access/BUILD.gn @@ -50,7 +50,6 @@ ohos_shared_library("file_access_extension_ability_kit") { } include_dirs = [ - "${commonlibrary_path}/c_utils/base/include", "${user_file_service_path}/services/native/file_access_service/include", ] @@ -70,7 +69,6 @@ ohos_shared_library("file_access_extension_ability_kit") { version_script = "libfile_access_extension_ability_kit.map" public_configs = [ ":ability_public_config", - "${ability_runtime_path}/frameworks/native/ability:ability_context_public_config", ] external_deps = [ @@ -97,6 +95,7 @@ ohos_shared_library("file_access_extension_ability_kit") { "samgr:samgr_proxy", ] + public_external_deps = ["ability_runtime:ability_context_native"] subsystem_name = "filemanagement" part_name = "user_file_service" innerapi_tags = [ "platformsdk" ] -- Gitee