From 859c6eee8c78b1108380baf4987db679cbe96872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=B0=8F=E6=9E=97?= Date: Fri, 4 Jul 2025 15:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8libsec=5Fshared?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iac746b94d271b4bff9bbdf4f705f85e28352991e 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