Add private sepolicy to BoardConfig.mk; make all SPLs match.
This commit references bothb4e321e21dandc2c941216aAdd private sepolicy to BoardConfig.mk; make all SPLs match. Like my previous commit, this should have been done a while ago.
This commit is contained in:
parent
661cf4be77
commit
14c2968d35
1 changed files with 2 additions and 1 deletions
|
|
@ -148,12 +148,13 @@ TARGET_USERIMAGES_USE_F2FS := true
|
|||
ENABLE_VENDOR_RIL_SERVICE := true
|
||||
|
||||
# Security
|
||||
BOOT_SECURITY_PATCH := 2024-10-05
|
||||
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
||||
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)
|
||||
|
||||
# SEPolicy
|
||||
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
||||
include hardware/oplus/sepolicy/qti/SEPolicy.mk
|
||||
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/private
|
||||
|
||||
# Verified Boot
|
||||
BOARD_AVB_ENABLE := true
|
||||
|
|
|
|||
Loading…
Reference in a new issue