From 92f7eb515d62aa2792c4db8e2cd051a53fc27864 Mon Sep 17 00:00:00 2001 From: zhouoaoteng Date: Sat, 7 Dec 2024 10:10:13 +0800 Subject: [PATCH] fix:gn Signed-off-by: zhouoaoteng --- frameworks/js/napi/file_access_ext_ability/BUILD.gn | 2 +- interfaces/inner_api/file_access/BUILD.gn | 1 - interfaces/kits/picker/BUILD.gn | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frameworks/js/napi/file_access_ext_ability/BUILD.gn b/frameworks/js/napi/file_access_ext_ability/BUILD.gn index 9e825e2b..29981b6c 100644 --- a/frameworks/js/napi/file_access_ext_ability/BUILD.gn +++ b/frameworks/js/napi/file_access_ext_ability/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni") +import("//build/config/components/ets_frontend/es2abc_config.gni") import("//build/ohos.gni") es2abc_gen_abc("gen_file_access_ext_ability_abc") { diff --git a/interfaces/inner_api/file_access/BUILD.gn b/interfaces/inner_api/file_access/BUILD.gn index fa96e19c..37c73d30 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", ] diff --git a/interfaces/kits/picker/BUILD.gn b/interfaces/kits/picker/BUILD.gn index ad3a443c..7b4d53f8 100644 --- a/interfaces/kits/picker/BUILD.gn +++ b/interfaces/kits/picker/BUILD.gn @@ -13,7 +13,7 @@ import("//build/ohos.gni") import("//build/ohos/ace/ace.gni") -import("../../../../../../arkcompiler/ets_frontend/es2panda/es2abc_config.gni") +import("//build/config/components/ets_frontend/es2abc_config.gni") import("../../../filemanagement_aafwk.gni") # compile .js to .abc. -- Gitee