summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorrpcraig <rpcraig@tycho.ncsc.mil>2012-07-10 13:02:07 -0400
committerrpcraig <rpcraig@tycho.ncsc.mil>2012-07-20 16:51:18 -0400
commit20b1d095936b4b4195e21fd0f7362d19f4050313 (patch)
treec7ee67f4e62517d307d426eef466c3194e4e5f40 /core
parent297d6c02bc1e1c63404d8d81df28f3f13046fe85 (diff)
downloadbuild-20b1d095936b4b4195e21fd0f7362d19f4050313.zip
build-20b1d095936b4b4195e21fd0f7362d19f4050313.tar.gz
build-20b1d095936b4b4195e21fd0f7362d19f4050313.tar.bz2
Add mac_permissions.xml dependency.
Include the MMAC install perms policy configuration file to the list of SELINUX dependencies. This changes depends on the project: git.selinuxproject.org/~seandroid/selinux/mac-policy Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil> Change-Id: Ief91d6a717741c91c5ba8745452bb247dc8048ec
Diffstat (limited to 'core')
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 1a2ca46..50548aa 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -353,7 +353,7 @@ INTERNAL_RAMDISK_FILES := $(filter $(TARGET_ROOT_OUT)/%, \
BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
ifeq ($(HAVE_SELINUX),true)
-SELINUX_DEPENDS := sepolicy file_contexts seapp_contexts property_contexts
+SELINUX_DEPENDS := sepolicy file_contexts seapp_contexts property_contexts mac_permissions.xml
endif
# We just build this directly to the install location.