IssueNo:#I67BIC

Description:Modify static library.
Sig:SIG_ApplicationFramework
Feature or BugFix: Feature
Binary Source: No

Signed-off-by: zhangyafei.echo <zhangyafei12@huawei.com>
Change-Id: I57d69415b46aff96dc1fc38d6be970847544ab22
This commit is contained in:
zhangyafei.echo
2022-12-26 10:54:13 +08:00
parent cb9d804bd7
commit 3d235e98f0
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ ohos_static_library("$updateengine_inner_library_name") {
"//third_party/bounds_checking_function/include", # secure method
]
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
external_deps = [
"c_utils:utils", # sptr
+5 -5
View File
@@ -60,11 +60,11 @@ ohos_shared_library("$updateengine_library_name") {
deps = [
"//base/update/updater/interfaces/kits/packages:libpackageExt", # "package/package.h"
"//base/update/updater/interfaces/kits/updaterkits:libupdaterkits", # "updaterkits/updaterkits.h"
"//third_party/bounds_checking_function:libsec_static",
"//third_party/cJSON:cjson_static",
"//third_party/curl:curl",
"//third_party/openssl:libcrypto_static",
"//third_party/openssl:ssl_source",
"//third_party/bounds_checking_function:libsec_shared",
"//third_party/cJSON:cjson",
"//third_party/curl:curl_shared",
"//third_party/openssl:libcrypto_shared",
"//third_party/openssl:libssl_shared",
]
deps += ab_update_internal_deps
+2 -2
View File
@@ -98,8 +98,8 @@ ohos_unittest("$updateengine_unittest_name") {
"//third_party/googletest:gtest_main",
"//third_party/libxml2:xml2",
"//third_party/lz4:liblz4_static",
"//third_party/openssl:libcrypto_static",
"//third_party/openssl:ssl_source",
"//third_party/openssl:libcrypto_shared",
"//third_party/openssl:libssl_shared",
]
defines = [