diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index 0d00b5f2f486d052cc655c2e9be81308ca53469c..58460097da54a5f8361f22b6bcc20300efc7ebfc 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -799,7 +799,7 @@ ohos_shared_library("ani_file_fs") { external_deps = [ "ability_runtime:ability_manager", "app_file_service:fileuri_native", - "bounds_checking_function:libsec_static", + "bounds_checking_function:libsec_shared", "bundle_framework:appexecfwk_base", "bundle_framework:appexecfwk_core", "c_utils:utils", @@ -876,7 +876,7 @@ ohos_shared_library("ani_file_hash") { "${utils_path}/filemgmt_libhilog:filemgmt_libhilog", ] external_deps = [ - "bounds_checking_function:libsec_static", + "bounds_checking_function:libsec_shared", "hilog:libhilog", "libuv:uv", "openssl:libcrypto_shared", @@ -939,7 +939,7 @@ ohos_shared_library("ani_file_securitylabel") { "${utils_path}/filemgmt_libhilog:filemgmt_libhilog", ] external_deps = [ - "bounds_checking_function:libsec_static", + "bounds_checking_function:libsec_shared", "hilog:libhilog", "libuv:uv", "runtime_core:ani", @@ -1003,7 +1003,7 @@ ohos_shared_library("ani_file_environment") { external_deps = [ "access_token:libaccesstoken_sdk", "access_token:libtokenid_sdk", - "bounds_checking_function:libsec_static", + "bounds_checking_function:libsec_shared", "hilog:libhilog", "init:libbegetutil", "ipc:ipc_core", @@ -1069,7 +1069,7 @@ ohos_shared_library("ani_file_statvfs") { "${utils_path}/filemgmt_libhilog:filemgmt_libhilog", ] external_deps = [ - "bounds_checking_function:libsec_static", + "bounds_checking_function:libsec_shared", "hilog:libhilog", "libuv:uv", "runtime_core:ani",