From 5b14c1f7ce579799357f089d9301f0cfcc41b656 Mon Sep 17 00:00:00 2001 From: Zach Jang Date: Mon, 20 Jun 2016 14:30:52 -0700 Subject: [PATCH] Updating security string to 2016-08-05 b/29513589 Change-Id: I5ab4a0aa9d26a95dd0e85d87dcc487867b3f284b --- 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 02c5b85ea..25fc18ae5 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -68,7 +68,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-05 + PLATFORM_SECURITY_PATCH := 2016-08-05 endif ifeq "" "$(PLATFORM_BASE_OS)"