aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYimin Li <ymli@google.com>2022-11-11 16:09:36 -0800
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-14 17:11:44 +0000
commit2dcde1599c262cebb5545ac9810d1ab2606c6af2 (patch)
treedaa0f57ae1a6884ed2766e5857370d391b782554
parent9adf4e06811c389937bd049b293ab70413065df2 (diff)
downloadbuild-2dcde1599c262cebb5545ac9810d1ab2606c6af2.tar.gz
change spl string to 2023-01-01 for platform release branches
BUG: 202878119 Change-Id: Ibd9f9c29f44e39b41f2d2f5f4d3cf0127be3252c (cherry picked from commit 3167431d31ba31947e6e663a1b209ee0bbea7d32) Merged-In: Ibd9f9c29f44e39b41f2d2f5f4d3cf0127be3252c
-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 d70ca5facd..4d51baaaf4 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 := 2022-12-01
+ PLATFORM_SECURITY_PATCH := 2023-01-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH