From 9e43f348402adc8b079ad707540c7cecc02e23a8 Mon Sep 17 00:00:00 2001 From: rpcraig Date: Thu, 5 Jul 2012 10:50:27 -0400 Subject: [PATCH] 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 Change-Id: I9bd2c3fc44015d6013e6a1f200f8abded271654f --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 74883d4a45..a37210339b 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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.