From 98b52e6781420751c54921395d7c86b89ce90afc Mon Sep 17 00:00:00 2001 From: chuxuezhe11 Date: Fri, 6 Aug 2021 07:02:15 +0000 Subject: [PATCH] sync from upstream Signed-off-by: NEEN --- BUILD.gn | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 807653d0..e3f41e9b 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", ] -- Gitee