am 07a06f6e: am f0daadf6: am 297d6c02: Merge "Add property_contexts to SELINUX_DEPENDS."

* commit '07a06f6e4487f2ad7d667d134fe19a089bee8412':
  Add property_contexts to SELINUX_DEPENDS.
This commit is contained in:
Nick Kralevich 2012-07-25 23:00:29 -07:00 committed by Android Git Automerger
commit 4c9c895ab8
1 changed files with 1 additions and 1 deletions

View File

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