From ea3b024d7daa0e2e177605eb4c38e0044128df20 Mon Sep 17 00:00:00 2001 From: Zach Jang Date: Wed, 25 May 2016 12:38:46 -0700 Subject: [PATCH] Updating security string to 2016-07-05 b/28912173 Change-Id: I5dafe754c226eeb3f0beb3b23b219df2b82ef372 --- 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 7e5c78bf0..1727ccc61 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -73,7 +73,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-07-01 + PLATFORM_SECURITY_PATCH := 2016-07-05 endif ifeq "" "$(PLATFORM_BASE_OS)"