aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2022-12-07 19:21:38 +0000
committerSteve Berbary <sberbary@google.com>2022-12-07 19:21:42 +0000
commitb601ce96db0d09cc2085495e2e0ec17e4a04b388 (patch)
tree82c563773750b39ebe3f5c075c099b7303574a43
parent31bb5f4be2da789438a8377a4b653e63355c0422 (diff)
downloadbuild-b601ce96db0d09cc2085495e2e0ec17e4a04b388.tar.gz
Update Security String to 2023-02-01
Bug: 261738635 Change-Id: Ifcca8fadc558099b223a39e8b2f98bcb8db40c6f Merged-In: Ifcca8fadc558099b223a39e8b2f98bcb8db40c6f
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 75754ef9b2..3da8fb1a9d 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -250,7 +250,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 := 2023-01-01
+ PLATFORM_SECURITY_PATCH := 2023-02-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH