From 029a98564f8eb300e31f00febb7197027faad0a9 Mon Sep 17 00:00:00 2001 From: blue Date: Thu, 13 Jan 2022 11:20:38 +0800 Subject: [PATCH] add libselinux.so to updater Signed-off-by: hanqiaosheng --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 42e946f0..1e914d01 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -213,6 +213,7 @@ ohos_shared_library("libselinux") { install_images = [ "system", "ramdisk", + "updater", ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" -- Gitee