diff --git a/BUILD.gn b/BUILD.gn index 1a965c2f92efdd61d16ce1d8ea92b1f6dcbbd8d3..f0c7f00b7d03f87df64a8ae70c9718ed4205b94a 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") {