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

Commit 9bf93017 authored by Yifan Hong's avatar Yifan Hong
Browse files

core/config.mk: Add PLATFORM_SEPOLICY_COMPAT_VERSIONS

This is a list of sepolicy versions that the framework supports.

Test: build framework compatibility matrix
Test: boots

Bug: 67920434
Change-Id: I82365742172b653eadb7b5315398e06cace4e000
parent 8f4547cd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -872,6 +872,11 @@ PLATFORM_SEPOLICY_VERSION := $(join $(addsuffix .,$(sepolicy_major_vers)), $(sep
sepolicy_major_vers :=
sepolicy_minor_vers :=

# A list of SEPolicy versions, besides PLATFORM_SEPOLICY_VERSION, that the framework supports.
PLATFORM_SEPOLICY_COMPAT_VERSIONS := \
    26.0 \
    27.0

# ###############################################################
# Set up final options.
# ###############################################################