diff --git a/BUILD.gn b/BUILD.gn index 1a965c2..f0c7f00 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -55,6 +55,10 @@ ohos_shared_library("jsoncpp") { public_configs = [ ":jsoncpp_public_config" ] part_name = "jsoncpp" subsystem_name = "thirdparty" + install_images = [ + "system", + "updater", + ] } ohos_static_library("jsoncpp_static") {