diff options
| author | Julian Veit <claymore1298@gmail.com> | 2019-09-23 16:01:26 +0200 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2019-09-29 18:18:29 +0200 |
| commit | af000ed150e108744c95c273aca3075d6e255fc1 (patch) | |
| tree | 20b0e2d57cc94182e8d423f187e336a6dd77fbe0 | |
| parent | f0fc89f8404191530c83b8546e4487d8b594464c (diff) | |
hima-common: define VENDOR_SECURITY_PATCH level correctly
Change-Id: Iefe3afcc2dee8dcf155d0b64cb837a3df079e813
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5087bf8..34d3a07 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -190,6 +190,9 @@ PRODUCT_SOONG_NAMESPACES += \ # Use Snapdragon LLVM, if available TARGET_USE_SDCLANG := true +# Security Patch Level +VENDOR_SECURITY_PATCH := 2017-04-01 + # Wifi WPA_SUPPLICANT_VERSION := VER_0_8_X BOARD_WLAN_DEVICE := bcmdhd |
