lineage: Ignore neverallows

Change-Id: I35a39ec73c0047f93124f72249a6fa936fe0875a
This commit is contained in:
Rashed Abdel-Tawab
2018-08-17 09:20:21 -07:00
parent 6b3bcf2531
commit ebdb57604c

View File

@@ -22,6 +22,11 @@ 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