mirror of
https://github.com/openharmony/update_updateservice.git
synced 2026-07-18 21:14:28 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user