aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkur Bakshi <ankurbakshi@google.com>2023-11-07 04:34:28 +0000
committerBassem Khalife <bkhalife@google.com>2023-11-17 03:05:31 +0000
commit4ac29fff9927bf64afb686597928d514f40d4cd7 (patch)
treef1bf3365ad70233c8d2a70576df146d7fcef12f9
parentc2b45030ce9878bca612410b019b9f7fe1e7211e (diff)
downloadbuild-4ac29fff9927bf64afb686597928d514f40d4cd7.tar.gz
Update Security String to 2024-01-01
Bug: 309529736 Change-Id: I4fd1cbb419bb5d84ebe33779823061695b10c89d Merged-In: I4fd1cbb419bb5d84ebe33779823061695b10c89d Merged-In: I9edc7171d124f0cfa540fea6f0e06ba877910444 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 acaf345fda..3393748c04 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-12-01
+ PLATFORM_SECURITY_PATCH := 2024-01-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH