!17 fix update /data

Merge pull request !17 from 张文迪/master
This commit is contained in:
openharmony_ci 2022-08-16 06:43:17 +00:00 committed by Gitee
commit c19a001604
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 3 deletions

View File

@ -63,5 +63,8 @@ ohos_executable("fsck.f2fs") {
install_enable = true
subsystem_name = "filemanagement"
part_name = "storage_service"
install_images = [ "system" ]
install_images = [
"system",
"updater",
]
}

View File

@ -42,5 +42,8 @@ ohos_shared_library("libf2fs") {
install_enable = true
subsystem_name = "filemanagement"
part_name = "storage_service"
install_images = [ "system" ]
install_images = [
"system",
"updater",
]
}

View File

@ -42,5 +42,8 @@ ohos_executable("mkfs.f2fs") {
install_enable = true
subsystem_name = "filemanagement"
part_name = "storage_service"
install_images = [ "system" ]
install_images = [
"system",
"updater",
]
}