Update Security String to 2025-01-01 am: 6c99ed6ee8 am: 73aa60fb4f am: 4c4df16eca am: 0f1b488413 am: 998712e375 am: db8df765c9

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/30541109

Change-Id: I04c599b31fa941850958d614ea34cb445ce6d89c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 9e0d571..94db09e 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,7 @@
     #  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-12-01
+    PLATFORM_SECURITY_PATCH := 2025-01-01
 endif
 
 include $(BUILD_SYSTEM)/version_util.mk