From d5818bad5eeffe9ee95b5b815a07aedc7f333773 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 1 Feb 2024 19:38:12 +0000 Subject: [PATCH] Update Security String to 2024-03-01 Bug: 313797924 Change-Id: Ie419865a7b5ee09a7fff77d1e3c0127f1380426a Merged-In: Ie419865a7b5ee09a7fff77d1e3c0127f1380426a Merged-In: I52d82f4024dd3ec332d0ab2d13b72301c667c29e Merged-In: Ib648c3046c0ef70684b547fa97535fa73d7656bb 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 aa66a11e26..2354ea00a0 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-02-01 + PLATFORM_SECURITY_PATCH := 2024-03-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH