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

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

Merge "Skip building compat files if REL" into main

parents c2e0a061 9b2631d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -946,13 +946,14 @@ endif
.KATI_READONLY := IS_TARGET_MIXED_SEPOLICY

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

.KATI_READONLY := \
    PLATFORM_SEPOLICY_COMPAT_VERSIONS \