diff --git a/bundle.json b/bundle.json index bfdeaab689e149ac185c8b0325be553e355e5f83..9ffd410a7b6cafaf237b42346682adbaa0f521fe 100644 --- a/bundle.json +++ b/bundle.json @@ -24,6 +24,7 @@ "bundle_framework", "common_event_service", "c_utils", + "cJSON", "distributed_bundle_framework", "hilog", "init", diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index f86974aad64efb720abae8f7bb39610d17bbd617..93eb2953a8c87c8842c6695580b60172621521d9 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -148,6 +148,7 @@ ohos_source_set("tools_test_bm_source_set") { "bundle_framework:appexecfwk_core", "bundle_framework:bundle_tool_libs", "c_utils:utils", + "cJSON:cjson_static", "common_event_service:cesfwk_innerkits", "hilog:libhilog", "init:libbegetutil",