summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2012-07-18 13:55:09 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-07-18 13:55:10 -0700
commit297d6c02bc1e1c63404d8d81df28f3f13046fe85 (patch)
tree53149160187fe248e98576c82fcc5ce3c717438a /core
parentc4e790dc6474566799012728f9e67f5d794975b4 (diff)
parent9e43f348402adc8b079ad707540c7cecc02e23a8 (diff)
downloadbuild-297d6c02bc1e1c63404d8d81df28f3f13046fe85.zip
build-297d6c02bc1e1c63404d8d81df28f3f13046fe85.tar.gz
build-297d6c02bc1e1c63404d8d81df28f3f13046fe85.tar.bz2
Merge "Add property_contexts to SELINUX_DEPENDS."
Diffstat (limited to 'core')
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index f0b866a..1a2ca46 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -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.