From a52a320ffd1c74fc87c4d33c367fda8d9224e5a2 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Mon, 13 Apr 2020 23:40:33 +0000 Subject: [PATCH] Update Security String to 2020-06-05 Bug: 153882927 Change-Id: I115a68d442f4f3922f0353fae1aae3bf1c057903 --- 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 af9ab6b711..70a8f087e8 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,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-06-01 + PLATFORM_SECURITY_PATCH := 2020-06-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH