Merge "Add property_contexts to SELINUX_DEPENDS."

This commit is contained in:
Nick Kralevich
2012-07-18 13:55:09 -07:00
committed by android code review

View File

@@ -353,7 +353,7 @@ INTERNAL_RAMDISK_FILES := $(filter $(TARGET_ROOT_OUT)/%, \
BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
ifeq ($(HAVE_SELINUX),true) ifeq ($(HAVE_SELINUX),true)
SELINUX_DEPENDS := sepolicy file_contexts seapp_contexts SELINUX_DEPENDS := sepolicy file_contexts seapp_contexts property_contexts
endif endif
# We just build this directly to the install location. # We just build this directly to the install location.