aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkur Bakshi <ankurbakshi@google.com>2023-11-18 00:26:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-18 00:26:48 +0000
commitbea943436dffd749e64faad96d6806b0549b45e0 (patch)
treeedf5ac503cd3a6dd321317b007560a08c1f21702
parent6daf09868ab72b9ab672e73f0ef5c6cf3f4370c8 (diff)
parent1ad105c0fa595411d31e48a6194d36fbd225c1ba (diff)
downloadbuild-bea943436dffd749e64faad96d6806b0549b45e0.tar.gz
Update Security String to 2024-01-01 am: 4ac29fff99 am: 57e8c18d63 am: 399faaa539 am: d18a820cca am: 7237b72325 am: 1ad105c0fa
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/25293366 Change-Id: I7075b744c943e35dcbdacd98482881ac8a6b3232 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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 e805c64286..36f57d7ffd 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,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
include $(BUILD_SYSTEM)/version_util.mk