forked from openkylin/platform_build
am f0daadf6: am 297d6c02: Merge "Add property_contexts to SELINUX_DEPENDS."
* commit 'f0daadf6988c823355e9b59996e3dc798b7b7619': Add property_contexts to SELINUX_DEPENDS.
This commit is contained in:
commit
07a06f6e44
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue