Merge "Skip building compat files if REL" into main

This commit is contained in:
Treehugger Robot
2023-08-25 04:29:28 +00:00
committed by Gerrit Code Review

View File

@@ -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 \