summaryrefslogtreecommitdiffstats
path: root/msm8916
diff options
context:
space:
mode:
authorAvijit Kanti Das <avijitnsec@codeaurora.org>2014-08-08 16:09:14 -0700
committerRavi Kumar Siddojigari <rsiddoji@codeaurora.org>2014-08-23 11:52:51 +0530
commit65b23fed9cf8b60f0b2ddc27f9331bdbfab231bc (patch)
tree85e1b3348e17df0517384e851671c5e1d3c03d1a /msm8916
parent70de069f41e63bf6ef141def3f2fad00f96c3c99 (diff)
downloadandroid_device_qcom_sepolicy-65b23fed9cf8b60f0b2ddc27f9331bdbfab231bc.tar.gz
android_device_qcom_sepolicy-65b23fed9cf8b60f0b2ddc27f9331bdbfab231bc.tar.bz2
android_device_qcom_sepolicy-65b23fed9cf8b60f0b2ddc27f9331bdbfab231bc.zip
seandroid: Restructuring sepolicy codebase
Seandroid codebase is restructured using this gerrit All the sepolicies which are common acress all the chipsets needs to be kept inside common folder. And all the other policies which are specific to target, should be kept inside the folder with the chipset name i.e, all the policies specific to 8084 should be inside apq8084 folder. Change-Id: I14734e2d3b9d6a0846a2c99e942c8da9495fa6ab
Diffstat (limited to 'msm8916')
-rw-r--r--msm8916/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/msm8916/Android.mk b/msm8916/Android.mk
new file mode 100644
index 00000000..c750eef7
--- /dev/null
+++ b/msm8916/Android.mk
@@ -0,0 +1,2 @@
+BOARD_SEPOLICY_DIRS := \
+ device/qcom/sepolicy/$(TARGET_BOARD_PLATFORM) \ No newline at end of file