aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkur Bakshi <ankurbakshi@google.com>2023-11-29 07:19:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-15 02:44:23 +0000
commitf384e6ef84e8b3f6fc6ad14aae05db8e6071b148 (patch)
treec51ed045fce608c5817c0acfe5b1ac49a752c4e9
parent7378ee0c05c71ba5259dce9b1e7cba45d57bade9 (diff)
downloadbuild-f384e6ef84e8b3f6fc6ad14aae05db8e6071b148.tar.gz
RESTRICT AUTOMERGE Update Security String to 2024-02-05
Bug: 313797924 Ignore-AOSP-First: Internal first as its needed for preparing the release (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e4a65557e47974002bd2ee371af718a5914f9afd) Merged-In: I6270b75c2a5aff6daa8dc483dedc82b6f93f9161 Change-Id: I6270b75c2a5aff6daa8dc483dedc82b6f93f9161
-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 8ae4404fdc..dba897a9c3 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -104,7 +104,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 := 2024-01-05
+ PLATFORM_SECURITY_PATCH := 2024-02-05
endif
include $(BUILD_SYSTEM)/version_util.mk