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:10:13 +0000
commit25b17b1b55b935f5448ce00bdc2875548ca186f6 (patch)
tree840b5d56e758311e9297f8c572e145ec9d397541
parent7ec09cb0d99c7561709b7881e686d82ffc4ade96 (diff)
downloadbuild-25b17b1b55b935f5448ce00bdc2875548ca186f6.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 6c640f4732..ad486351fb 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