summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-01-24 21:13:51 +0100
committerMichael Gernoth <michael@gernoth.net>2016-01-26 21:05:47 +0100
commitf3f76788de70e73851fcfc59f9a5894311320822 (patch)
treed4c5e51f630ebf9b0d3f0c51999d8046ada59993 /BoardConfigCommon.mk
parent17b183085b9321f0dbdf48b5a73f6f32559ddb46 (diff)
downloadhardware_ti_omap4-f3f76788de70e73851fcfc59f9a5894311320822.zip
hardware_ti_omap4-f3f76788de70e73851fcfc59f9a5894311320822.tar.gz
hardware_ti_omap4-f3f76788de70e73851fcfc59f9a5894311320822.tar.bz2
Add common sepolicy
Change-Id: Id08f4e07439763f6d5069dfbb82fab15648fd80e
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index a9983a6..6c6ef09 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -76,6 +76,10 @@ TARGET_BOOTANIMATION_PRELOAD := false
TARGET_BOOTANIMATION_TEXTURE_CACHE := false
TARGET_BOOTANIMATION_USE_RGB565 := true
+# SELinux
+BOARD_SEPOLICY_DIRS += \
+ $(OMAP4_NEXT_FOLDER)/sepolicy
+
# Misc
BOARD_USES_SECURE_SERVICES := true