Signed-off-by:hanqiaosheng <hanqiaosheng@huawei.com>

This commit is contained in:
hanqiaosheng 2023-06-01 16:58:25 +08:00
parent 81c8ecb9cd
commit b5ea60e0dc
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ if (defined(ohos_lite)) {
} }
install_images = [ install_images = [
"system", "system",
"updater" "updater",
] ]
install_images = [ "system" ] install_images = [ "system" ]
install_enable = true install_enable = true

View File

@ -118,7 +118,7 @@ if (defined(ohos_lite)) {
source = "//base/startup/init/services/etc/init.usb.cfg" source = "//base/startup/init/services/etc/init.usb.cfg"
install_images = [ install_images = [
"system", "system",
"updater" "updater",
] ]
part_name = "init" part_name = "init"
subsystem_name = "startup" subsystem_name = "startup"