From 45ff24a04bd5d3af706ae3aa6266106560070a3d Mon Sep 17 00:00:00 2001 From: Zach Jang Date: Mon, 23 May 2016 13:26:32 -0700 Subject: [PATCH] Updating security string to 2016-07-01 b/28912173 Change-Id: Ib40892d3185285cf4e95abb655a96c76258e17b1 --- 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 af72555593..7e5c78bf0e 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-06-01 + PLATFORM_SECURITY_PATCH := 2016-07-01 endif ifeq "" "$(PLATFORM_BASE_OS)"