Merge "Refactor sepolicy version related codes" am: e23891877c am: c95816ce4b

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

Change-Id: I8929bbc5892ab99ceede3ce262fbd67072e9bbe9
This commit is contained in:
Inseob Kim
2021-12-13 04:30:19 +00:00
committed by Automerger Merge Worker

View File

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