From 27a48a8559699757724906ab33c3933358e7e588 Mon Sep 17 00:00:00 2001 From: renwei Date: Fri, 14 Jan 2022 11:52:29 +0800 Subject: [PATCH] component adaption Signed-off-by: renwei Change-Id: Ied67a0a23e72b064ec71935c3255106ecbd47d19 --- BUILD.gn | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1e914d01..af9b60ca 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -501,28 +501,3 @@ ohos_executable("sefcontext_compile") { part_name = "selinux" subsystem_name = "security" } - -group("selinux_group") { - if (build_selinux) { - deps = [ - "//base/security/selinux:build_file_contexts", - "//base/security/selinux:build_sepolicy", - "//base/security/selinux:config", - "//base/security/selinux:file_contexts", - "//base/security/selinux:load_policy", - "//base/security/selinux:restorecon", - "//base/security/selinux:selinux_test", - "//third_party/selinux:checkpolicy($host_toolchain)", - "//third_party/selinux:chkcon", - "//third_party/selinux:getenforce", - "//third_party/selinux:getfilecon", - "//third_party/selinux:getpidcon", - "//third_party/selinux:secilc($host_toolchain)", - "//third_party/selinux:sefcontext_compile($host_toolchain)", - "//third_party/selinux:selinux_check_access", - "//third_party/selinux:selinuxexeccon", - "//third_party/selinux:setenforce", - "//third_party/selinux:setfilecon", - ] - } -} -- Gitee