Merge "Renames sepolicy files from nonplat_* to vendor_*" am: 8b35ac67b2
am: 7d4299612b
am: 310f79ae18
Change-Id: I5a0101b1552f20b492bb94b3f5a5f2d6e6642306
This commit is contained in:
commit
66f0285f4d
1 changed files with 3 additions and 2 deletions
|
@ -1192,9 +1192,10 @@ recovery_initrc := $(call include-path-for, recovery)/etc/init.rc
|
|||
recovery_sepolicy := \
|
||||
$(TARGET_RECOVERY_ROOT_OUT)/sepolicy \
|
||||
$(TARGET_RECOVERY_ROOT_OUT)/plat_file_contexts \
|
||||
$(TARGET_RECOVERY_ROOT_OUT)/nonplat_file_contexts \
|
||||
$(TARGET_RECOVERY_ROOT_OUT)/vendor_file_contexts \
|
||||
$(TARGET_RECOVERY_ROOT_OUT)/plat_property_contexts \
|
||||
$(TARGET_RECOVERY_ROOT_OUT)/nonplat_property_contexts
|
||||
$(TARGET_RECOVERY_ROOT_OUT)/vendor_property_contexts
|
||||
|
||||
# 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))
|
||||
|
|
Loading…
Reference in a new issue