aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
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:16:08 -0500
commitace0971e2d37d083808a994f2b0a04f6abd60011 (patch)
tree484de5adf96825e58f618510876df783262037f7 /BoardConfigCommon.mk
parentcb1c0315e65d3cdd4e9d799435edc400f2a60afc (diff)
downloaddevice_samsung_espressowifi-ace0971e2d37d083808a994f2b0a04f6abd60011.zip
device_samsung_espressowifi-ace0971e2d37d083808a994f2b0a04f6abd60011.tar.gz
device_samsung_espressowifi-ace0971e2d37d083808a994f2b0a04f6abd60011.tar.bz2
P3100: Don't reset inherited system-wide SELinux configs
Change-Id: I5fb17ec41d05c1c070eb62b1100ed05427ea7ee9
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 93afd5b..bb384ac 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/p3100/selinux
-BOARD_SEPOLICY_UNION := \
+BOARD_SEPOLICY_UNION += \
file_contexts \
file.te \
device.te \