From dbb1c497187cc281a76241909c15e0b923f7093a Mon Sep 17 00:00:00 2001 From: "zhangyafei.echo" Date: Mon, 26 Dec 2022 18:55:43 +0800 Subject: [PATCH] IssueNo:#I67BIC Description:Modify static library dependency. Sig:SIG_ApplicationFramework Feature or BugFix: Feature Binary Source: No Signed-off-by: zhangyafei.echo Change-Id: I0d49a0de35edebbb7ff658e3e6ffa3e33ed29cde --- interfaces/kits/js/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index f93675280..7a322fae2 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -92,8 +92,8 @@ ohos_shared_library("fileio") { deps = [ "//foundation/arkui/napi:ace_napi", "//foundation/filemanagement/file_api/interfaces/kits/native:remote_uri_native", - "//third_party/bounds_checking_function:libsec_static", - "//third_party/openssl:libcrypto_static", + "//third_party/bounds_checking_function:libsec_shared", + "//third_party/openssl:libcrypto_shared", ] external_deps = [ "hiviewdfx_hilog_native:libhilog" ] @@ -165,7 +165,7 @@ ohos_shared_library("file") { deps = [ "${aafwk_kits_path}/ability/native:abilitykit_native", "//foundation/arkui/napi:ace_napi", - "//third_party/bounds_checking_function:libsec_static", + "//third_party/bounds_checking_function:libsec_shared", ] external_deps = [ -- Gitee