From 5a4cbdb11d2e8966776c0583fcfa0cdd7a36e601 Mon Sep 17 00:00:00 2001 From: xing-tai-zhang Date: Thu, 15 Jun 2023 15:31:38 +0800 Subject: [PATCH] Description: Modify the adaptation based on the component name IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I6V448 Feature or Bugfix: Bugfix Binary Source:NO Signed-off-by: xing-tai-zhang --- bundle.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index bf694d3..f9377ca 100644 --- a/bundle.json +++ b/bundle.json @@ -15,7 +15,8 @@ "name": "bundle_framework_lite", "subsystem": "bundlemanager", "adapted_system_type": [ - "mini" + "mini", + "small" ], "rom": "300KB", "ram": ">2MB", @@ -32,7 +33,7 @@ "third_party": [ "zlib", "bounds_checking_function", - "cjson", + "cJSON", "jerryscript" ] }, -- Gitee