diff options
author | Bassem Khalife <bkhalife@google.com> | 2021-12-09 19:40:23 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-02-13 16:42:16 +0800 |
commit | b86768a5ec01c863c06ae4d9e9a0bbec45112d02 (patch) | |
tree | 8c42c3f8d8093d038480447b2814612b369a9eb8 | |
parent | 2c12da59f2867a516d55fdfaea23494b2d07f076 (diff) |
Update SPL to 2022-02-05sugisawa
Bug: 210005927
Change-Id: Ifcc54fbdb18bb480e73c2f52ebefd968b52a1e27
Merged-In: Ifcc54fbdb18bb480e73c2f52ebefd968b52a1e27
-rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 5da8f7f214..285b757590 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -246,7 +246,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 := 2022-01-05 + PLATFORM_SECURITY_PATCH := 2022-02-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |