From f733d8d31ae73716de11a9cd54c0eae9590a4d2f Mon Sep 17 00:00:00 2001 From: wangxuanxuan Date: Tue, 13 Jun 2023 21:38:51 +0800 Subject: [PATCH] gn modify Signed-off-by: wangxuanxuan --- utils/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/BUILD.gn b/utils/BUILD.gn index a774599..e37b53c 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -44,9 +44,7 @@ ohos_shared_library("libdinput_utils") { "LOG_DOMAIN=0xD004100", ] - deps = [ - "//third_party/openssl:libcrypto_static", - ] + deps = [ "//third_party/openssl:libcrypto_static" ] external_deps = [ "c_utils:utils",