From 726d1c9bf4a094f22152fcaa53f386c976333437 Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Tue, 3 Jun 2025 09:56:53 +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 e4ca743..759f961 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -168,7 +168,7 @@ ohos_static_library("utilsbase_rtti") { ohos_shared_library("utils") { innerapi_tags = [ - "chipsetsdk", + "chipsetsdk_sp", "platformsdk", "sasdk", ] -- Gitee