From fa5c00d462db19f829d111a7e1b7f6c9449afc61 Mon Sep 17 00:00:00 2001 From: xing-tai-zhang Date: Wed, 29 Mar 2023 16:07:04 +0800 Subject: [PATCH] Description: Correct the part name to the cJSON defined by SPLE IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I6NEOH Feature or Bugfix: Bugfix Binary Source:NO Signed-off-by: xing-tai-zhang --- BUILD.gn | 4 ++-- bundle.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index b4efc63..3fa90f1 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 1f71746..7954644 100644 --- a/bundle.json +++ b/bundle.json @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "cjson", + "name": "cJSON", "subsystem": "thirdparty", "syscap": [], "features": [], -- Gitee