From ec6022f2e57df692d17b8445845dd8b4d428a7b7 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Thu, 7 Oct 2021 21:48:10 +0000 Subject: [PATCH] Update SPL to 2021-12-01 Bug: 202436544 Change-Id: I5f0dea3c6fc94a966c3676cd6ea3cd2684487aff Merged-In: Ib03873315839e4858f93d1ebbbc17054d46246c9 --- 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 437c17304..0c7e8039a 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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 := 2021-11-01 + PLATFORM_SECURITY_PATCH := 2021-12-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP