From c3b0a177e8816d1938cb46cf6d60203e3c36fea2 Mon Sep 17 00:00:00 2001 From: renwei Date: Sat, 30 Oct 2021 18:43:06 +0800 Subject: [PATCH] add selinux to ramdisk Signed-off-by: renwei --- BUILD.gn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index e3777ce..58e5537 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -57,6 +57,11 @@ ohos_shared_library("libpcre2") { "-DHAVE_CONFIG_H", "-w", ] + install_enable = true + install_images = [ + "system", + "ramdisk", + ] license_file = "$PCRE2_LIB_DIR/LICENCE" part_name = "selinux" subsystem_name = "security" -- Gitee