From 487a707ab33a9980113608ecb9a885fa52bd10e3 Mon Sep 17 00:00:00 2001 From: liukaii Date: Tue, 17 Jun 2025 20:46:58 +0800 Subject: [PATCH] =?UTF-8?q?cJSON=20GN=E6=96=87=E4=BB=B6=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liukaii Change-Id: If18546b77a43caebf2d3480fd08dc3a5fc5322a1 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index e61b60a..15ab37e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -56,7 +56,7 @@ if (defined(ohos_lite)) { sources = [ "cJSON.c" ] public_configs = [ ":cJSON_config" ] innerapi_tags = [ - "chipsetsdk", + "chipsetsdk_sp", "platformsdk_indirect", ] part_name = "cJSON" -- Gitee