diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index b3b935492b4869f35702d0c600edef64b1880237..8e8926cae4d3111c27868e2d3e8bb46304b91fba 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -16,7 +16,7 @@ import("//build/ohos.gni") ohos_shared_library("remotefileshare") { include_dirs = [ "//foundation/arkui/napi/interfaces/kits", - "//utils/native/base/include", + "//third_party/bounds_checking_function/include", ] sources = [ @@ -26,7 +26,7 @@ ohos_shared_library("remotefileshare") { deps = [ "//foundation/distributeddatamgr/distributedfile/utils/filemgmt_libn", - "//utils/native/base:utilsecurec", + "//third_party/bounds_checking_function:libsec_static", ] relative_install_dir = "module"