From 65e35485277f06e7d4aaa11560ff2244468bb84d Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Fri, 16 Aug 2024 18:09:30 +0000 Subject: [PATCH] Update Security String to 2024-10-01 Bug: 355186198 Change-Id: I45ca948c56b15f58d06f87850c5ddda6fa713cba Merged-In: I45ca948c56b15f58d06f87850c5ddda6fa713cba Merged-In: I827f58566c43c8aff4e76610218bf1d3aca4c795 Merged-In: I8e9b9eea56b9884b67dac0e339e1513b1cd96ca3 Merged-In: Id9a66bca849146dda51421b5c4a1195888ab5b39 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 5f4d0cc9b9..0de46c05a4 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-09-01 + PLATFORM_SECURITY_PATCH := 2024-10-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH