diff options
author | Zach Jang <zachjang@google.com> | 2016-05-26 16:00:38 -0700 |
---|---|---|
committer | Zach Jang <zachjang@google.com> | 2016-05-26 16:00:38 -0700 |
commit | 592c3a46e6b112fe820acc67630d656ba7b50ccb (patch) | |
tree | b6039fdd26a2d2f2b43b0209c8faff8f5f5cacae | |
parent | 4f182df7602f4486d1594ab0f547954c25cbf616 (diff) | |
download | build-592c3a46e6b112fe820acc67630d656ba7b50ccb.zip build-592c3a46e6b112fe820acc67630d656ba7b50ccb.tar.gz build-592c3a46e6b112fe820acc67630d656ba7b50ccb.tar.bz2 |
Updating security string to 2016-07-05 to release branches
b/28912173
Change-Id: I60b28f3859f7ee006841ed4308e15404590b60bf
-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 e0c68cf..cb8ba51 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 := 2016-06-01 + PLATFORM_SECURITY_PATCH := 2016-07-05 endif ifeq "" "$(PLATFORM_BASE_OS)" |