From fe89e579fce4e02fafaa3d839a5861200b19246a Mon Sep 17 00:00:00 2001 From: 13776621730 Date: Tue, 10 Jun 2025 19:21:25 +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: I10f2d18905acc14abf0635d7a12e5536c53efcf1 --- services/service/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/service/BUILD.gn b/services/service/BUILD.gn index c6d338d2f..02a6d13cc 100644 --- a/services/service/BUILD.gn +++ b/services/service/BUILD.gn @@ -106,6 +106,7 @@ if (defined(ohos_lite)) { external_deps = [ "bounds_checking_function:libsec_shared", + "json:nlohmann_json_static", "openssl:libcrypto_shared", ] @@ -270,6 +271,7 @@ if (defined(ohos_lite)) { "init:libbegetutil", "ipc:ipc_core", "ipc:ipc_single", + "json:nlohmann_json_static", "openssl:libcrypto_shared", "os_account:libaccountkits", "os_account:os_account_innerkits", @@ -413,6 +415,7 @@ if (defined(ohos_lite)) { "init:libbegetutil", "ipc:ipc_core", "ipc:ipc_single", + "json:nlohmann_json_static", "openssl:libcrypto_shared", "os_account:libaccountkits", "os_account:os_account_innerkits", -- Gitee