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