Commit 64c413c7 authored by Vojtěch Boček's avatar Vojtěch Boček
Browse files

Merge pull request #23 from nkk71/android-6.0-mrom-squashedcommit01

Use restorecon from toolbox
parents 6299fb9b 07d9a5f0
......@@ -525,6 +525,13 @@ include $(CLEAR_VARS)
BUSYBOX_LINKS := $(shell cat external/busybox/busybox-full.links)
exclude := tune2fs mke2fs mkdosfs mkfs.vfat gzip gunzip
#MultiROM uses restorecon -D which is only available in toolbox
ifeq ($(TARGET_RECOVERY_IS_MULTIROM), true)
ifeq ($(TWHAVE_SELINUX), true)
exclude += restorecon
endif
endif
# If busybox does not have restorecon, assume it does not have SELinux support.
# Then, let toolbox provide 'ls' so -Z is available to list SELinux contexts.
ifeq ($(TWHAVE_SELINUX), true)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment