diff --git a/interfaces/kits/packages/BUILD.gn b/interfaces/kits/packages/BUILD.gn index 19933e10b5b1169ced1d878659ba7e5060fac581..aad7ffe481546e0eac38bc98a3e3c8c71f7e9f51 100755 --- a/interfaces/kits/packages/BUILD.gn +++ b/interfaces/kits/packages/BUILD.gn @@ -29,7 +29,7 @@ ohos_static_library("libpackageExt") { "//base/update/updater/services/package:libupdaterpackage", "//third_party/bounds_checking_function:libsec_static", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/services/BUILD.gn b/services/BUILD.gn index 964704d76c27573da054c477eff50450a1d4a7f5..1b6c5c0c96fddc8873a9499b7d0c6f5b715d950d 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -88,7 +88,7 @@ ohos_executable("updater") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/services/updater_binary/BUILD.gn b/services/updater_binary/BUILD.gn index 7e8046c9e655db82578527bd51270f6d0337c1aa..1a24238657d39c2ea44334c58ce3df2b9bf6e0e6 100644 --- a/services/updater_binary/BUILD.gn +++ b/services/updater_binary/BUILD.gn @@ -53,7 +53,7 @@ ohos_executable("updater_binary") { "//third_party/bzip2:libbz2", "//third_party/cJSON:cjson_static", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/test/fuzztest/DoPartitions_fuzzer/BUILD.gn b/test/fuzztest/DoPartitions_fuzzer/BUILD.gn index c48c7433e728822c848195ae3c27eb90e0f42065..7732b73120b3ba1d7723147dee33c1637b8f647b 100644 --- a/test/fuzztest/DoPartitions_fuzzer/BUILD.gn +++ b/test/fuzztest/DoPartitions_fuzzer/BUILD.gn @@ -45,7 +45,7 @@ ohos_fuzztest("DoPartitionsFuzzTest") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", "//utils/native/base:utils", diff --git a/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn b/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn index 0632f8e8c246a3d45e3f39fb1d9697e69e2d2762..8f1763b0330eb1fde2757c5b14ca11cbb0f46d62 100644 --- a/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn +++ b/test/fuzztest/ExtractAndExecuteScript_fuzzer/BUILD.gn @@ -54,7 +54,7 @@ ohos_fuzztest("ExtractAndExecuteScriptFuzzTest") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", "//utils/native/base:utils", diff --git a/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn b/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn index b644afb75d9fa5082665397a9ec6ea5e4540c40a..619dabc7247870f9990e105efc0a9cf2a8862cd3 100644 --- a/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn +++ b/test/fuzztest/UpdaterFactoryReset_fuzzer/BUILD.gn @@ -47,7 +47,7 @@ ohos_fuzztest("UpdaterFactoryResetFuzzTest") { "//third_party/bzip2:libbz2", "//third_party/libdrm:libdrm", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn b/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn index c43acd69e355712ba664123f24815cdc5ac2c0b2..5ef91cb59c550964078846abb8fd2eb2fea4e298 100644 --- a/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn +++ b/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/BUILD.gn @@ -51,7 +51,7 @@ ohos_fuzztest("UpdaterStartUpdaterProcFuzzTest") { "//third_party/libdrm:libdrm", "//third_party/libpng:libpng", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ] diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 0fae483ec7ab44258241752e67ddc0f32519ae37..0d5d617ec39ad12a944b659426afb3f0d58f1b22 100755 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -201,7 +201,7 @@ ohos_unittest("updater_unittest") { "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source", "//third_party/zlib:libz", ]