From 0720d9e46fbab910818cbef5f88ba16ce0e97729 Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Tue, 22 Apr 2025 11:47:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E9=9C=80=E6=B1=82]:=20ChipsetSDK&?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E9=85=8D=E7=BD=AE=E6=94=AF=E6=8C=81=E8=B7=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue:https://gitee.com/openharmony/commonlibrary_c_utils/issues/IC2ZCQ?from=project-issue Signed-off-by: xwx1135370 --- base/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/BUILD.gn b/base/BUILD.gn index fd26200..a746665 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -151,7 +151,7 @@ ohos_static_library("utilsbase_rtti") { ohos_shared_library("utils") { innerapi_tags = [ - "chipsetsdk", + "chipsetsdk_sp", "platformsdk", "sasdk", ] -- Gitee