!905 增加updater到install_images

Merge pull request !905 from guoxiuyan/master
This commit is contained in:
openharmony_ci 2023-12-21 04:13:56 +00:00 committed by Gitee
commit 3ab7ade370
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 2 deletions

View File

@ -89,7 +89,11 @@ ohos_shared_library("ipc_core") {
"sasdk",
]
install_images = [ system_base_dir ]
install_images = [
system_base_dir,
updater_base_dir,
]
subsystem_name = "communication"
part_name = "ipc"
}

View File

@ -45,7 +45,11 @@ ohos_shared_library("ipc_common") {
"platformsdk_indirect",
]
install_images = [ system_base_dir ]
install_images = [
system_base_dir,
updater_base_dir,
]
subsystem_name = "communication"
part_name = "ipc"
}