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

Commit c95816ce authored by Inseob Kim's avatar Inseob Kim Committed by Automerger Merge Worker
Browse files

Merge "Refactor sepolicy version related codes" am: e2389187

Original change: https://android-review.googlesource.com/c/platform/build/+/1916858

Change-Id: Ib836574268ae722da7a06d53d2014daa5877a991
parents 49da1ac7 e2389187
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -831,6 +831,15 @@ endif
sepolicy_major_vers :=
sepolicy_minor_vers :=

# BOARD_SEPOLICY_VERS must take the format "NN.m" and contain the sepolicy
# version identifier corresponding to the sepolicy on which the non-platform
# policy is to be based. If unspecified, this will build against the current
# public platform policy in tree
ifndef BOARD_SEPOLICY_VERS
# The default platform policy version.
BOARD_SEPOLICY_VERS := $(PLATFORM_SEPOLICY_VERSION)
endif

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