From a173586597b32db4800999ebcf4a1c81ee6c591e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=B0=8F=E6=9E=97?= Date: Sat, 5 Jul 2025 19:11:58 +0800 Subject: [PATCH] =?UTF-8?q?0328=E5=9B=9E=E5=90=880603=EF=BC=9A=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E4=BE=9D=E8=B5=96=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8?= =?UTF-8?q?libsec=5Fshared?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I23138119ea6ed2171bde4b398ce102e53cbae5aa Signed-off-by: 姜小林 --- interfaces/kits/js/BUILD.gn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index 0d0381732..27f631699 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -803,7 +803,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", @@ -880,7 +880,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", @@ -943,7 +943,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", @@ -1007,7 +1007,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", @@ -1073,7 +1073,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", -- Gitee