diff --git a/base/BUILD.gn b/base/BUILD.gn index 452d3a61a9c7f1367fb201ddb3a490909f68d51e..2b2127e1c0d56763bd5559e54e27b9585b78f199 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -132,6 +132,10 @@ ohos_static_library("utilsbase_rtti") { } ohos_shared_library("utils") { + innerapi_tags = [ + "chipsetsdk", + "platformsdk", + ] if (current_os == "ios") { sources = sources_utils_ios configs = [ ":utils_coverage_config" ]