From 37990ee164006099710c93deba7f55ff5ccb85d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=95=8F=E6=9D=B0?= Date: Thu, 19 Jun 2025 12:51:15 +0000 Subject: [PATCH] modify samgr_proxy_innerapi_tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吴敏杰 --- interfaces/innerkits/samgr_proxy/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/BUILD.gn b/interfaces/innerkits/samgr_proxy/BUILD.gn index 2d91f5d9..f5f54321 100644 --- a/interfaces/innerkits/samgr_proxy/BUILD.gn +++ b/interfaces/innerkits/samgr_proxy/BUILD.gn @@ -86,7 +86,7 @@ ohos_shared_library("samgr_proxy") { } innerapi_tags = [ - "chipsetsdk", + "chipsetsdk_sp", "platformsdk", "sasdk", ] -- Gitee