Add property_contexts to SELINUX_DEPENDS.

This ensures there is a dependency between the root image
and changes to property_contexts file.
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>

Change-Id: I9bd2c3fc44015d6013e6a1f200f8abded271654f
This commit is contained in:
rpcraig
2012-07-05 10:50:27 -04:00
parent 9e38d6bf1b
commit 9e43f34840

View File

@@ -343,7 +343,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
SELINUX_DEPENDS := sepolicy file_contexts seapp_contexts property_contexts
endif
# We just build this directly to the install location.