From 6cf387a20a75c9d21c96ed20317532f0e925ce42 Mon Sep 17 00:00:00 2001 From: renwei Date: Sat, 8 Jan 2022 16:10:54 +0800 Subject: [PATCH] add selinux adaption for rk3568 Signed-off-by: renwei Change-Id: Iaa08c08a12bfe4d867b0ed111c681635c419dbba --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 18f6169e..42e946f0 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -502,7 +502,7 @@ ohos_executable("sefcontext_compile") { } group("selinux_group") { - if (build_selinux && defined(product_name) && product_name == "rk3568") { + if (build_selinux) { deps = [ "//base/security/selinux:build_file_contexts", "//base/security/selinux:build_sepolicy", -- Gitee