From c40c0e4cecd152d0ce711aa32d565e0433584dba Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 11 Sep 2024 13:40:03 +0000 Subject: [PATCH] Update Security String to 2024-11-01 Bug: 364387397 Change-Id: I689be7cc370e4b973d3ba8afc00350b18a4fc30a Merged-In: I689be7cc370e4b973d3ba8afc00350b18a4fc30a Merged-In: I11f52667cc83322716689e6c19431044d0c07983 Merged-In: Ie2fad6ddede903b33923a378119584c71bee0d11 Merged-In: Iffd6ec2c0e3576435ad79575fcbe83f676b7aa84 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 0de46c05a4..9b3e83e41a 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-10-01 + PLATFORM_SECURITY_PATCH := 2024-11-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH