Merge "Add mac_permissions.xml dependency."
diff --git a/core/Makefile b/core/Makefile
index 66520ed..8445c58 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -353,7 +353,7 @@
 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.