From 5ec89915e22cb20db29b83b5e0ca5dc3478758f1 Mon Sep 17 00:00:00 2001 From: wangjiadong Date: Tue, 2 May 2023 16:34:59 +0800 Subject: [PATCH] Signed-off-by: wangjiadong auth --- BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 76f7c76..f0c7f00 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -55,7 +55,10 @@ ohos_shared_library("jsoncpp") { public_configs = [ ":jsoncpp_public_config" ] part_name = "jsoncpp" subsystem_name = "thirdparty" - install_images = [ "updater" ] + install_images = [ + "system", + "updater", + ] } ohos_static_library("jsoncpp_static") { -- GitLab