Includes odm SELinux contexts files for recovery

Bug: 64240127
Test: normal boot and recovery boot a device
Change-Id: I475d2eef96d2091291b56410f403f14dd3292faa
Merged-In: I475d2eef96d2091291b56410f403f14dd3292faa
(cherry picked from commit 9967125332)
This commit is contained in:
Bowgo Tsai 2017-11-30 22:15:17 +08:00
parent 5681de773d
commit f1a138b296
1 changed files with 6 additions and 0 deletions

View File

@ -1203,6 +1203,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))