From: Adam Seaton Date: Thu, 28 Jul 2016 22:31:08 +0000 (+0000) Subject: Updating security string to 2016-09-05 to platform and CTS in preparation for 2016... X-Git-Tag: android-x86-7.1-r1~121^2~15^2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f25aadc812;p=android-x86%2Fbuild.git Updating security string to 2016-09-05 to platform and CTS in preparation for 2016 September OTA on mnc-dev am: 525c6aa541 am: 63ec9d8f23 am: 04fe21c7b7 am: 8736caaba9 Change-Id: Id5b440e150d514e85ee28aab7830d1d94e8cc5b9 --- f25aadc812cad0b550d6ec26b8384e7b43c01904 diff --cc core/version_defaults.mk index 83d1c72ef,4f7dbca81..5e94645f9 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@@ -110,10 -100,10 +110,10 @@@ endi ifeq "" "$(PLATFORM_SECURITY_PATCH)" # Used to indicate the security patch that has been applied to the device. - # Can be an arbitrary string, but must be a single word. + # Must be of the form "YYYY-MM-DD" on production devices. # # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2016-09-01 + PLATFORM_SECURITY_PATCH := 2016-09-05 endif ifeq "" "$(PLATFORM_BASE_OS)"