Merge "Includes odm SELinux contexts files for recovery"

This commit is contained in:
Treehugger Robot 2018-03-21 07:02:36 +00:00 committed by Gerrit Code Review
commit d39eeb44f1

View file

@ -1202,6 +1202,12 @@ recovery_sepolicy := \
$(TARGET_RECOVERY_ROOT_OUT)/plat_property_contexts \
$(TARGET_RECOVERY_ROOT_OUT)/vendor_property_contexts
ifdef BOARD_ODM_SEPOLICY_DIRS
recovery_sepolicy += \
$(TARGET_RECOVERY_ROOT_OUT)/odm_file_contexts \
$(TARGET_RECOVERY_ROOT_OUT)/odm_property_contexts
endif
# Passed into rsync from non-recovery root to recovery root, to avoid overwriting recovery-specific
# SELinux files
IGNORE_RECOVERY_SEPOLICY := $(patsubst $(TARGET_RECOVERY_OUT)/%,--exclude=/%,$(recovery_sepolicy))