From 475d5f0845374287f8e646a3d9534513075ed4bf Mon Sep 17 00:00:00 2001 From: robinyin <7807608+yinyouzhan@user.noreply.gitee.com> Date: Mon, 26 Apr 2021 20:47:19 +0800 Subject: [PATCH] update BUILD.gn. --- BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 650c457ecc..29cfe82f79 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -837,6 +837,12 @@ ohos_static_library("libcrypto_static") { remove_configs = [ "//build/config/coverage:default_coverage" ] } +ohos_shared_library("libcrypto") { + deps = [ ":crypto_source" ] + configs = [ ":crypto_config_public" ] + subsystem_name = "utils" +} + config("ssl_config") { include_dirs = [ "./", -- Gitee