From 805c6013dabf7849b0365419801de5c0c4405024 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 16 May 2023 17:15:00 +0800 Subject: [PATCH] add innertag on commonlibrary_c_utils Signed-off-by: chengjinsong2 --- base/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/BUILD.gn b/base/BUILD.gn index 452d3a6..2b2127e 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" ] -- Gitee