aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkur Bakshi <ankurbakshi@google.com>2023-10-03 23:29:32 +0000
committerAnkur Bakshi <ankurbakshi@google.com>2023-10-03 23:29:34 +0000
commitc2b45030ce9878bca612410b019b9f7fe1e7211e (patch)
tree79f02c15f8f064a438c2891c49ef10e3ab1e1ce2
parent17c3a6f62c37271024d26426cb034ef0a359a363 (diff)
downloadbuild-c2b45030ce9878bca612410b019b9f7fe1e7211e.tar.gz
Update Security String to 2023-12-01
Bug: 302612466 Change-Id: I887e3dff893647d8f43ead564887df6f3086381a Merged-In: I887e3dff893647d8f43ead564887df6f3086381a Ignore-AOSP-First: Internal first as its needed for preparing the release
-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 cf34f39483..acaf345fda 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 := 2023-11-01
+ PLATFORM_SECURITY_PATCH := 2023-12-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH