From 4671ca1e1a720fce171d34a56232d1743d6caf25 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Fri, 18 Apr 2025 15:07:15 +0800 Subject: [PATCH] =?UTF-8?q?external=5Fdeps=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lanhaoyu --- bundle.json | 1 + frameworks/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/bundle.json b/bundle.json index bfdeaab..9ffd410 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 f86974a..93eb295 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", -- Gitee