From 7cd828d214a2f8dfb60c6ab7dd5544f7577f1597 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Wed, 21 Apr 2021 18:45:26 +0000 Subject: [PATCH] Update Security String to 2021-06-01 Bug: 185154903 Change-Id: I9931ce41d6d8c7249f41174868f57b93d6aee128 Merged-In: Ibfaf0bcc7e4525786eca62cafc7548030be40c61 --- 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 1aba99acae..c75412431f 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -181,7 +181,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 := 2021-05-01 + PLATFORM_SECURITY_PATCH := 2021-06-01 endif ifndef PLATFORM_BASE_OS