diff --git a/BUILD.gn b/BUILD.gn index 807653d0a40607fcea3eb99d20393d75bc712ff4..e3f41e9b2b7419995df76e55cbcd48797234120c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -49,16 +49,14 @@ ohos_executable("hdcd") { ] sources += hdc_common_sources - defines = [ - "HARMONY_PROJECT", - ] + defines = [ "HARMONY_PROJECT" ] configs = [ ":hdc_config" ] deps = [ "//third_party/libuv:uv_static", "//third_party/lz4:liblz4_static", - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//utils/native/base:utils", ] if (use_musl) { @@ -113,7 +111,7 @@ ohos_executable("hdc_std") { "//third_party/lz4:liblz4_static", ] deps += [ - "//third_party/openssl:crypto_source", + "//third_party/openssl:libcrypto_static", "//utils/native/base:utilsecurec", ]