mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-12-02 13:16:50 +00:00
!905 增加updater到install_images
Merge pull request !905 from guoxiuyan/master
This commit is contained in:
commit
3ab7ade370
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user