diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 87d0749..6161b39 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -184,6 +184,9 @@ TARGET_USERIMAGES_USE_F2FS := true TARGET_PROVIDES_QTI_TELEPHONY_JAR := true TARGET_RIL_VARIANT := caf +# Security patch level +VENDOR_SECURITY_PATCH := 2018-07-01 + # SELinux include device/qcom/sepolicy/sepolicy.mk |