From 5eec3472fc61bc0f75c85eef9fa8c8002ffb24b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=87=AF=E6=98=8E?= Date: Mon, 16 Jun 2025 08:45:48 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0inner=5Fapi=5Ftags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢凯明 --- frameworks/config_policy/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/config_policy/BUILD.gn b/frameworks/config_policy/BUILD.gn index 6ed18f2..c815b50 100644 --- a/frameworks/config_policy/BUILD.gn +++ b/frameworks/config_policy/BUILD.gn @@ -55,7 +55,7 @@ if (defined(ohos_lite) && ohos_kernel_type == "liteos_m") { "updater", ] innerapi_tags = [ - "chipsetsdk", + "chipsetsdk_sp", "platformsdk", "sasdk", ] -- Gitee