From 48406e8afdc98c6c3c03975d8e217e6d839bf6ed Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Sun, 3 Feb 2019 12:25:55 +0100 Subject: [PATCH] Never allow neverallows Change-Id: Ibf07e9e319d676666e3e7389720c24917e38a9ac --- build/core/config.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/core/config.mk b/build/core/config.mk index bd5e9f59..71a73d0e 100644 --- a/build/core/config.mk +++ b/build/core/config.mk @@ -22,11 +22,6 @@ FRAMEWORK_LINEAGE_API_NEEDS_UPDATE_TEXT := $(TOPDIR)vendor/lineage/build/core/ap BUILD_RRO_SYSTEM_PACKAGE := $(TOPDIR)vendor/lineage/build/core/system_rro.mk -# We modify several neverallows, so let the build proceed -ifneq ($(TARGET_BUILD_VARIANT),user) -SELINUX_IGNORE_NEVERALLOWS := true -endif - # Rules for MTK targets include $(TOPDIR)vendor/lineage/build/core/mtk_target.mk