diff options
author | Zach Jang <zachjang@google.com> | 2016-04-19 10:56:31 -0700 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2016-04-21 19:09:46 -0700 |
commit | e2407355a0fee43062308b97519fd28976fd0a0a (patch) | |
tree | 5e8bbd4b4612834707f5259c8df2275583910689 /core | |
parent | f30ec8b29170894c4afda1fc4c20f267833865bc (diff) | |
download | build-e2407355a0fee43062308b97519fd28976fd0a0a.zip build-e2407355a0fee43062308b97519fd28976fd0a0a.tar.gz build-e2407355a0fee43062308b97519fd28976fd0a0a.tar.bz2 |
Update security patch string to 2016-06-01
b/28269112
Change-Id: Icf65bbf784951d1f9b56ce88f59b50661af1a32c
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 721e5b4..e0c68cf 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-05-01 + PLATFORM_SECURITY_PATCH := 2016-06-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |