diff options
author | Paul Scovanner <pscovanner@google.com> | 2021-11-18 22:19:30 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-02-05 18:26:34 +0800 |
commit | 50b45e247055621d82719e4e8cc41c9b8c92faaa (patch) | |
tree | 7994c5c633c1b7daca879d1796e3cb54098799fb | |
parent | fe4fcfeff2b8c95fd98342b915cbc2b66e982dbc (diff) |
Update SPL to 2022-01-05
Bug: 207022948
Change-Id: Ie4afce5ae2b2a1b60fb0fc78ea014d220e08a981
Merged-In: Ie4afce5ae2b2a1b60fb0fc78ea014d220e08a981
-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 cf3fce678c..5da8f7f214 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 := 2021-12-05 + PLATFORM_SECURITY_PATCH := 2022-01-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |