am 297d6c02: Merge "Add property_contexts to SELINUX_DEPENDS."

* commit '297d6c02bc1e1c63404d8d81df28f3f13046fe85':
  Add property_contexts to SELINUX_DEPENDS.
diff --git a/core/Makefile b/core/Makefile
index f0b866a..1a2ca46 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
+SELINUX_DEPENDS := sepolicy file_contexts seapp_contexts property_contexts
 endif
 
 # We just build this directly to the install location.