diff options
author | mh0rst <mhorst@tzi.de> | 2017-02-24 21:59:03 +0100 |
---|---|---|
committer | Brinly Taylor <brinly@brinly.me> | 2017-03-13 04:56:32 +0000 |
commit | d12c9ff52d5a320a1f0d9fbdd1014598b2b32541 (patch) | |
tree | 9afbabe83aef213bf4e32dfeb28e27d80544b161 | |
parent | 927d262dfd2769f5f5800f37cbe165ba28965dab (diff) | |
download | build-d12c9ff52d5a320a1f0d9fbdd1014598b2b32541.zip build-d12c9ff52d5a320a1f0d9fbdd1014598b2b32541.tar.gz build-d12c9ff52d5a320a1f0d9fbdd1014598b2b32541.tar.bz2 |
Update security patch level to 2017-02-01.
Change-Id: Ibebbc75c4c825b72f084c569466bca0d0866bfc6
-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 65bbf74..69d3f1b 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 := 2017-01-01 + PLATFORM_SECURITY_PATCH := 2017-02-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |