From: Adam Seaton Date: Fri, 10 Mar 2017 23:44:16 +0000 (-0800) Subject: Update Security String to 2017-05-01 on nyc-dev X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=573e7e75cab017946716fbd4ba01cbd8e7563478;p=android-x86%2Fbuild.git Update Security String to 2017-05-01 on nyc-dev Bug:34137924 --- diff --git a/core/version_defaults.mk b/core/version_defaults.mk index a869c99e8..c41162eca 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -114,7 +114,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # It must be of the form "YYYY-MM-DD" on production devices. # 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 := 2017-04-05 + PLATFORM_SECURITY_PATCH := 2017-05-01 endif ifeq "" "$(PLATFORM_BASE_OS)"