From ecd4cbafdf6a82b69fc0dfa034da20753d6c66fa Mon Sep 17 00:00:00 2001 From: wangjiadong Date: Sat, 29 Apr 2023 16:57:04 +0800 Subject: [PATCH] Signed-off-by: wangjiadong auth --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 1a965c2..76f7c76 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -55,6 +55,7 @@ ohos_shared_library("jsoncpp") { public_configs = [ ":jsoncpp_public_config" ] part_name = "jsoncpp" subsystem_name = "thirdparty" + install_images = [ "updater" ] } ohos_static_library("jsoncpp_static") { -- GitLab