From df36837f1db5e92e5c7cb53a026722e3029f030d Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Fri, 31 Mar 2023 09:30:55 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!41=20:?= =?UTF-8?q?=20=E9=83=A8=E4=BB=B6=E5=90=8D=E6=95=B4=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=E9=83=A8=E4=BB=B6=E5=90=8D=E6=95=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?SPLE=E5=AE=9A=E4=B9=89=E7=9A=84cJSON'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 4 ++-- bundle.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 3fa90f1..b4efc63 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -47,13 +47,13 @@ if (defined(ohos_lite)) { ohos_static_library("cjson_static") { sources = [ "cJSON.c" ] public_configs = [ ":cJSON_config" ] - part_name = "cJSON" + part_name = "cjson" subsystem_name = "thirdparty" } ohos_shared_library("cjson") { deps = [ ":cjson_static" ] public_configs = [ ":cJSON_config" ] - part_name = "cJSON" + part_name = "cjson" subsystem_name = "thirdparty" install_images = [ "system", diff --git a/bundle.json b/bundle.json index 7954644..1f71746 100644 --- a/bundle.json +++ b/bundle.json @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "cJSON", + "name": "cjson", "subsystem": "thirdparty", "syscap": [], "features": [], -- Gitee