summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2016-05-26 12:48:49 -0700
committerLee Campbell <leecam@google.com>2016-05-26 12:48:49 -0700
commit413e4081baa246dca73ca824feae5d042cd73aac (patch)
tree7f8b49ae88b64c9feb98f037ebcf7b445ba8b91b
parent492e1b4bfa3a227df06fc258ea4140f84f2884a5 (diff)
downloadintel-413e4081baa246dca73ca824feae5d042cd73aac.tar.gz
Fix bug where the SELinux policy is not being applied
The SELinux policy was not being applied due to make var assignments Change-Id: I5579611d76de0c30177f3716a2a59dd992dce365
-rw-r--r--soc/edison/soc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/soc/edison/soc.mk b/soc/edison/soc.mk
index d3f12e8..2b8f7b0 100644
--- a/soc/edison/soc.mk
+++ b/soc/edison/soc.mk
@@ -41,7 +41,7 @@ PRODUCT_COPY_FILES += \
system/core/rootdir/ueventd.rc:root/ueventd.rc \
$(LOCAL_PATH)/ueventd.edison.rc:root/ueventd.edison.rc \
-BOARD_SEPOLICY_DIRS += \
+BOARD_SEPOLICY_DIRS := $(BOARD_SEPOLICY_DIRS) \
$(LOCAL_PATH)/sepolicy \
TARGET_KERNEL_SRC := hardware/bsp/kernel/intel/edison-3.10