From 6f23fe1713403197a89db6fa7dd2bdf6c2d0584b Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Thu, 18 Mar 2021 16:43:55 +0000 Subject: [PATCH] Update Security String to 2021-05-01 Bug: 182937985 Change-Id: I72931729126cc997861775051b4b7a69081efcce Merged-In: Ica626a3b19e5b642807234c288428cd7e0f40f98 --- 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 f99e80682..1aba99aca 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-03-01 + PLATFORM_SECURITY_PATCH := 2021-05-01 endif ifndef PLATFORM_BASE_OS