sdm710-common: declare real vendor security patch
This commit is contained in:
parent
a1d525bfe9
commit
d1f19a49d1
2 changed files with 3 additions and 6 deletions
|
@ -137,6 +137,9 @@ OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
|
|||
# RIL
|
||||
ENABLE_VENDOR_RIL_SERVICE := true
|
||||
|
||||
# Security patch level
|
||||
VENDOR_SECURITY_PATCH := 2020-03-01
|
||||
|
||||
# Sepolicy
|
||||
TARGET_USES_LOGDUMP_AS_METADATA := true
|
||||
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
||||
|
|
|
@ -511,12 +511,6 @@ PRODUCT_PACKAGES += \
|
|||
libnl \
|
||||
libwfdaac_vendor
|
||||
|
||||
# Setting vendor SPL
|
||||
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||
|
||||
# Set boot SPL
|
||||
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||
|
||||
# App launch prefetching (IORapd)
|
||||
PRODUCT_SYSTEM_PROPERTIES += \
|
||||
ro.iorapd.enable=false \
|
||||
|
|
Loading…
Reference in a new issue