From b751b7754818f1d9c536ed442faea68a39d045d0 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Tue, 14 Jul 2020 17:07:19 +0000 Subject: [PATCH] Update Security String to 2020-09-05 Bug: 160158282 Change-Id: Ia207cf01e57df8539fbbbaf6e042bd610aa64956 --- 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 c28c2fa0c5..71334d0148 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -240,7 +240,7 @@ ifndef PLATFORM_SECURITY_PATCH # It must be of the form "YYYY-MM-DD" on production devices. # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2020-09-01 + PLATFORM_SECURITY_PATCH := 2020-09-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH