aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2015-11-12 08:11:47 -0500
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-11-19 04:52:37 -0800
commit331059f519033ae8222471d8d2652b387028543f (patch)
tree3ed0bb8e46d932ddc268ae3166efa43b89d0a525 /BoardConfigCommon.mk
parent96b9246e1f6207cb231ebfa334101e0cec33b6bf (diff)
downloaddevice_samsung_kona-common-331059f519033ae8222471d8d2652b387028543f.zip
device_samsung_kona-common-331059f519033ae8222471d8d2652b387028543f.tar.gz
device_samsung_kona-common-331059f519033ae8222471d8d2652b387028543f.tar.bz2
kona-common: fix inclusion of global sepolicies
Change-Id: I891945e1986eb35d03bdaefc5a336b445cd4e434
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 3d58e65..47f4910 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -41,4 +41,4 @@ BOARD_BATTERY_DEVICE_NAME := "battery"
-include vendor/samsung/kona/BoardConfigVendor.mk
# Selinux
-BOARD_SEPOLICY_DIRS := device/samsung/kona-common/selinux \ No newline at end of file
+BOARD_SEPOLICY_DIRS += device/samsung/kona-common/selinux \ No newline at end of file