updater add libfuse.so

Signed-off-by: unknown <zhangchun39@huawei.com>
This commit is contained in:
unknown
2024-12-11 16:02:40 +08:00
parent 6881f68f84
commit 02cbd96a39
+4 -1
View File
@@ -94,5 +94,8 @@ ohos_shared_library("libfuse") {
part_name = "libfuse"
output_name = "libfuse"
install_enable = true
install_images = [ "system" ]
install_images = [
"system",
"updater",
]
}