diff options
author | Zach Jang <zachjang@google.com> | 2015-10-27 00:37:40 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-10-27 00:37:40 +0000 |
commit | 54cb940c4a07701212e96f77ee4a89493b0f251b (patch) | |
tree | d8060402e93422593a211512f1137826628fd566 /core/version_defaults.mk | |
parent | 0e8cf97670c0b0a59d326507296829fe1bc01230 (diff) | |
parent | 19eec071220298786b345788bce3dc93e233b9d6 (diff) | |
download | build-54cb940c4a07701212e96f77ee4a89493b0f251b.zip build-54cb940c4a07701212e96f77ee4a89493b0f251b.tar.gz build-54cb940c4a07701212e96f77ee4a89493b0f251b.tar.bz2 |
Merge "Update security string to 2015-12-01" into mnc-dev
Diffstat (limited to 'core/version_defaults.mk')
-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 a130799..63cc4a3 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-11-01 + PLATFORM_SECURITY_PATCH := 2015-12-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |