From 539de4dac00351c2ac2f84dd7340ecfd74e45446 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 20 Mar 2024 03:16:10 +0000 Subject: [PATCH] Update Security String to 2024-06-01 Bug: 330382848 Change-Id: Ida6705ee71e4601f976836d73e0dda2ed7033c2a Merged-In: Ida6705ee71e4601f976836d73e0dda2ed7033c2a Merged-In: Id95e0f901c983bd3850235f2830f0ef08650bd26 Merged-In: I8cd6fc37b026f70743250f0d9a2979bf9e9998ae Merged-In: If80822e387cb2a950b47422aa1d1ff2a98cd93cb Merged-In: Iccae3f6836512b2d3a07f9d8bcec7d09c2a34a2b Merged-In: I9edc7171d124f0cfa540fea6f0e06ba877910444 --- 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 7cf84a2078..fa1445b389 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 := 2024-05-01 + PLATFORM_SECURITY_PATCH := 2024-06-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH