提交 fa5c00d4 编写于 作者: X xing-tai-zhang

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: Nxing-tai-zhang <zhangxingtai@huawei.com>
上级 abca1971
......@@ -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",
......
......@@ -10,7 +10,7 @@
"dirs": {},
"scripts": {},
"component": {
"name": "cjson",
"name": "cJSON",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册