Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f18c64d authored by Tri Vo's avatar Tri Vo Committed by Gerrit Code Review
Browse files

Merge "recovery: install product_file_contexts and product_property_contexts"

parents 28a11ef0 62d51b65
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -1556,13 +1556,11 @@ recovery_sepolicy := \
    $(TARGET_RECOVERY_ROOT_OUT)/plat_file_contexts \
    $(TARGET_RECOVERY_ROOT_OUT)/vendor_file_contexts \
    $(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)/vendor_property_contexts \
    $(TARGET_RECOVERY_ROOT_OUT)/odm_file_contexts \
    $(TARGET_RECOVERY_ROOT_OUT)/odm_property_contexts
endif
    $(TARGET_RECOVERY_ROOT_OUT)/odm_property_contexts \
    $(TARGET_RECOVERY_ROOT_OUT)/product_file_contexts \
    $(TARGET_RECOVERY_ROOT_OUT)/product_property_contexts

# Passed into rsync from non-recovery root to recovery root, to avoid overwriting recovery-specific
# SELinux files