aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-11-11 16:15:22 -0500
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-11-11 16:17:15 -0500
commit4e8597fafb779d51555bc2fffa08e2fbc3a774e3 (patch)
tree508ff10d742c0d251c43f24bc96961ae9ece9465
parent58c8a2684f825f4164110f24ef5efa714253bacc (diff)
downloaddevice_samsung_espresso3g-4e8597fafb779d51555bc2fffa08e2fbc3a774e3.zip
device_samsung_espresso3g-4e8597fafb779d51555bc2fffa08e2fbc3a774e3.tar.gz
device_samsung_espresso3g-4e8597fafb779d51555bc2fffa08e2fbc3a774e3.tar.bz2
P5100: Don't reset inherited system-wide SELinux configs
Change-Id: I12daa12b9287006f928d6d31f9b603720873443d
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 74699bd..56998dd 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -90,10 +90,10 @@ BOARD_USE_LEGACY_SENSORS_FUSION := false
BOARD_USES_SECURE_SERVICES := true
# Selinux
-BOARD_SEPOLICY_DIRS := \
+BOARD_SEPOLICY_DIRS += \
device/samsung/p5100/selinux
-BOARD_SEPOLICY_UNION := \
+BOARD_SEPOLICY_UNION += \
file_contexts \
file.te \
device.te \