ecd288f41d
Init needs to be aware of the policy version defined in sepolicy for on-device compilation. Bug: 124499219 Test: build and boot a device. Try both precompiled and on-device compiled policy. Change-Id: Iba861aeb4566405aedcbe3c2bad48e1e50126370
4 lines
184 B
Makefile
4 lines
184 B
Makefile
# SELinux policy version.
|
|
# Must be <= /sys/fs/selinux/policyvers reported by the Android kernel.
|
|
# Must be within the compatibility range reported by checkpolicy -V.
|
|
POLICYVERS ?= 30
|