From 7400db10845c670a7e54a26de91e71a3279e2f91 Mon Sep 17 00:00:00 2001 From: liuxiyao Date: Fri, 3 Nov 2023 17:07:38 +0800 Subject: [PATCH] add chipsetsdk_indirect tag for ssl_openssl Signed-off-by: liuxiyao --- BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index aebd8145dc..e28ab1c610 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1660,7 +1660,10 @@ ohos_shared_library("libssl_shared") { subsystem_name = "thirdparty" part_name = "openssl" - innerapi_tags = [ "platformsdk" ] + innerapi_tags = [ + "platformsdk", + "chipsetsdk", + ] public_configs = [ ":crypto_config_public", ":ssl_config_public", -- Gitee