diff options
author | Adam Seaton <aseaton@google.com> | 2016-09-20 10:03:47 -0700 |
---|---|---|
committer | gitbuildkicker <android-build@google.com> | 2016-09-27 15:54:52 -0700 |
commit | a696488556264965cbd17afce46c6b0fffa5dfc6 (patch) | |
tree | 572c4810ce6cdd80c15b859a1bac1b9db24c00c2 | |
parent | f26f9285cec838c5aac0e8a564a316893711d8a5 (diff) | |
download | build-a696488556264965cbd17afce46c6b0fffa5dfc6.zip build-a696488556264965cbd17afce46c6b0fffa5dfc6.tar.gz build-a696488556264965cbd17afce46c6b0fffa5dfc6.tar.bz2 |
Updating Security String to 2016-11-01 on mnc-dev
b/31618336
Change-Id: I18b3a0d690ab238fcd3cafa65b873ce7432c9c25
(cherry picked from commit 62b28398ba157b65a4825bea59806c060503500c)
-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 068ed0e..fa2b767 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 := 2016-10-05 + PLATFORM_SECURITY_PATCH := 2016-11-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |