Possible values for building environment - android

hello
what are the possible values for this environment variable: BOARD_SEPOLICY_VERS
thanks

any help ???

khadas team is on vacation, the will get back next week :slight_smile:

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
BOARD_SEPOLICY_VERS :=$(PLATFORM_SEPOLICY_VERSION)
endif

2 Likes

that’s from the mk file , but nothing of the values is specified there