From e6f7b19d236c09a03ce3f1ec77e0da4b2dd93034 Mon Sep 17 00:00:00 2001 From: therootlord Date: Wed, 25 Jul 2018 12:27:55 -0300 Subject: [PATCH] sanders: enable build of device sepolicy rules --- BoardConfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 30b930a..36c5de0 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -199,8 +199,8 @@ TARGET_USERIMAGES_USE_F2FS := true TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)/releasetools # SELinux -#include device/qcom/sepolicy/sepolicy.mk -#BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor +include device/qcom/sepolicy/sepolicy.mk +BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor # Thermal USE_DEVICE_SPECIFIC_THERMAL := true