diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-09-06 19:14:59 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-30 15:22:08 +0200 |
commit | d2d7cf982a04d6cc7e318ddab1449db71796f29d (patch) | |
tree | 6149852c3560b242e9dec068f42e3e4f0ecf22b5 /BoardConfigCommon.mk | |
parent | f8a2a0bb343633ede0256b7673083847dfc3457f (diff) |
msm8996-common: Add vendor security patch level from ZUI 4.0.191
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 |