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