From 5768bdbd4576346ff6e61d028f7493d9f69f90d0 Mon Sep 17 00:00:00 2001 From: 13776621730 Date: Tue, 10 Jun 2025 17:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=83=E8=83=BD=E5=8A=9Bjson=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=B8=BAcJSON=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 13776621730 Change-Id: I7f85fc2018817d4428fac6100658c8ab007542f4 --- bundle.json | 1 + common/imf_hisysevent/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/bundle.json b/bundle.json index 7c0b1bf7b..61fc7964a 100644 --- a/bundle.json +++ b/bundle.json @@ -59,6 +59,7 @@ "resource_management", "screenlock_mgr", "cJSON", + "json", "icu", "selinux_adapter" ] diff --git a/common/imf_hisysevent/BUILD.gn b/common/imf_hisysevent/BUILD.gn index 52efec5dc..e29f9d899 100644 --- a/common/imf_hisysevent/BUILD.gn +++ b/common/imf_hisysevent/BUILD.gn @@ -70,6 +70,7 @@ ohos_shared_library("imf_hisysevent") { "hisysevent:libhisysevent", "input:libmmi-client", "ipc:ipc_single", + "json:nlohmann_json_static", ] subsystem_name = "inputmethod" -- Gitee