diff options
author | Zach Jang <zachjang@google.com> | 2015-09-02 00:04:40 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-09-02 00:04:40 +0000 |
commit | 9f7c37811bc65cda63bd863d00ed7b7489c02bd2 (patch) | |
tree | 33fe9cae0861d1af93a6dd5b8828779555c4f33e /core | |
parent | dfea066f880f14d7203302ab667b9f096b210c08 (diff) | |
parent | 057831bc665b15d7beda970b91b2c332dee417f0 (diff) | |
download | build-9f7c37811bc65cda63bd863d00ed7b7489c02bd2.zip build-9f7c37811bc65cda63bd863d00ed7b7489c02bd2.tar.gz build-9f7c37811bc65cda63bd863d00ed7b7489c02bd2.tar.bz2 |
am 057831bc: Merge "Set the Security Patch level with Oct 1 for MNC" into mnc-dev
* commit '057831bc665b15d7beda970b91b2c332dee417f0':
Set the Security Patch level with Oct 1 for MNC
Diffstat (limited to 'core')
-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 691a4bd..9bb5a2c 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # Can be an arbitrary string, but must be a single word. # # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2015-09-01 + PLATFORM_SECURITY_PATCH := 2015-10-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |