From f61420f4c10708b7c908f43dd7d7f2443566460d Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Tue, 11 Jun 2024 04:04:13 +0000 Subject: [PATCH] Update Security String to 2024-08-01 Bug: 342381152 Change-Id: Iefbd1fff39d557fa352a53662d70bc734a255564 Merged-In: Iefbd1fff39d557fa352a53662d70bc734a255564 Merged-In: Ib4bd1d2496bab1fd22db8b7b362aa88631dd320a Merged-In: I2c5897803882d448ad511596d8d1c3650c065518 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 efa3b4aa84..42c351ca60 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-07-01 + PLATFORM_SECURITY_PATCH := 2024-08-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH