summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAvijit Kanti Das <avijitnsec@codeaurora.org>2015-03-19 12:05:13 -0700
committerAvijit Kanti Das <avijitnsec@codeaurora.org>2015-04-08 15:43:59 -0700
commit5d0f9589543c693cbdc2f3b07736f7d67c129998 (patch)
treebc10aa2d79ed3fd4fe389ee795d7284af6ce798a /Android.mk
parent60d6ed2effaa920b88eb8ecee885e00503d98c47 (diff)
downloadandroid_device_qcom_sepolicy-5d0f9589543c693cbdc2f3b07736f7d67c129998.tar.gz
android_device_qcom_sepolicy-5d0f9589543c693cbdc2f3b07736f7d67c129998.tar.bz2
android_device_qcom_sepolicy-5d0f9589543c693cbdc2f3b07736f7d67c129998.zip
seandroid: Adding policy from other directories
Adding policy from other directories maintaining the order of the policies. CRs-Fixed: 811138 Change-Id: I0f34fa7ecb5ca90987b2b909e7caad6c768133e4
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e085d0b4..5af18ec1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,12 +1,14 @@
# Board specific SELinux policy variable definitions
ifeq ($(call is-vendor-board-platform,QCOM),true)
BOARD_SEPOLICY_DIRS := \
+ $(BOARD_SEPOLICY_DIRS) \
device/qcom/sepolicy \
device/qcom/sepolicy/common \
device/qcom/sepolicy/test \
device/qcom/sepolicy/$(TARGET_BOARD_PLATFORM)
BOARD_SEPOLICY_UNION := \
+ $(BOARD_SEPOLICY_UNION) \
genfs_contexts \
file_contexts \
service_contexts \