aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkur Bakshi <ankurbakshi@google.com>2023-11-18 01:02:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-18 01:02:36 +0000
commite131901b5353c3a5b0cc95624aa1c3443365df23 (patch)
tree9e3a45cd54e39042fd823adf515047321eaa4976
parent5c1187e22fd9bdb7bfcbe5dccea69732716db501 (diff)
parentbea943436dffd749e64faad96d6806b0549b45e0 (diff)
downloadbuild-e131901b5353c3a5b0cc95624aa1c3443365df23.tar.gz
Update Security String to 2024-01-01 am: 4ac29fff99 am: 57e8c18d63 am: 399faaa539 am: d18a820cca am: 7237b72325 am: 1ad105c0fa am: bea943436d
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/25293366 Change-Id: I9277d943bdcda4f518f65f93667b2a1fad340801 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 3460e39dcd..226b73b1d7 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 := 2023-12-01
+ PLATFORM_SECURITY_PATCH := 2024-01-01
endif
include $(BUILD_SYSTEM)/version_util.mk