diff options
author | mh0rst <mhorst@tzi.de> | 2017-01-29 14:35:26 +0100 |
---|---|---|
committer | mh0rst <mhorst@tzi.de> | 2017-01-29 14:36:21 +0100 |
commit | b954ff5caa5cc8fb7ebd643124e457f073a8291d (patch) | |
tree | 655c2cc4b390869a7b9150ba34a56585af3e5233 | |
parent | 3cfeedb4ae21399128cbc6f96ce3162611fafe1f (diff) | |
download | build-b954ff5caa5cc8fb7ebd643124e457f073a8291d.zip build-b954ff5caa5cc8fb7ebd643124e457f073a8291d.tar.gz build-b954ff5caa5cc8fb7ebd643124e457f073a8291d.tar.bz2 |
Update security patch level to 2017-01-01.
Change-Id: I21cea7dab2ab3236521a171ffa63dae6bb12cccd
-rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index e30ea21..65bbf74 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. # # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2016-12-01 + PLATFORM_SECURITY_PATCH := 2017-01-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |