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

Commit 022854fe authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add 202504 to PLATFORM_SEPOLICY_COMPAT_VERSIONS" into main

parents d91ddc95 621a79ca
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -865,15 +865,18 @@ BOARD_SEPOLICY_VERS := $(PLATFORM_SEPOLICY_VERSION)
.KATI_READONLY := PLATFORM_SEPOLICY_VERSION BOARD_SEPOLICY_VERS

# A list of SEPolicy versions, besides PLATFORM_SEPOLICY_VERSION, that the framework supports.
PLATFORM_SEPOLICY_COMPAT_VERSIONS := $(filter-out $(PLATFORM_SEPOLICY_VERSION), \
PLATFORM_SEPOLICY_COMPAT_VERSIONS := \
    29.0 \
    30.0 \
    31.0 \
    32.0 \
    33.0 \
    34.0 \

PLATFORM_SEPOLICY_COMPAT_VERSIONS += $(foreach ver,\
    202404 \
    )
    202504 \
    ,$(if $(filter true,$(call math_gt,$(PLATFORM_SEPOLICY_VERSION),$(ver))),$(ver)))

.KATI_READONLY := \
    PLATFORM_SEPOLICY_COMPAT_VERSIONS \