From bad1fd52d2253c9823a0ccf08c96449c5a715c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=B0=8F=E6=9E=97?= Date: Thu, 26 Jun 2025 15:38:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86libsec=5Fstatic=E6=94=B9=E6=88=90libse?= =?UTF-8?q?c=5Fshared=EF=BC=8C=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie56b98e10f50abc41d08d5ac01bbf3ef3570c768 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 0d00b5f2f..58460097d 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", -- Gitee