diff --git a/BUILD.gn b/BUILD.gn index aebd8145dc9df5fd3a19d117c285dcb08006c914..e28ab1c610fbd04962e78124b0144c88c0dc78f5 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",