From a53b868e6e6f2317ffcbe94fc3e61abc5d231e6a Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Mon, 8 Aug 2016 15:08:45 -0700 Subject: [PATCH] Update Security String to 2016-09-07 to platform and CTS for September respin Change-Id: I6ec8efad5b8e45bcf9df79fb54824acc92755a3b --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 4685d54be6..b20aeef981 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-09-05 + PLATFORM_SECURITY_PATCH := 2016-09-07 endif ifeq "" "$(PLATFORM_BASE_OS)"