!32 增加updater模式依赖jsoncpp

Merge pull request !32 from 王佳栋/master
This commit is contained in:
openharmony_ci 2023-05-06 06:58:49 +00:00 committed by Gitee
commit 14f323d99a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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") {