aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokesh Kumar Goel <lokeshgoel@google.com>2023-10-16 06:28:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-16 06:28:15 +0000
commitc4107a04565ebe7989843f7b4b7b35d6544e5d87 (patch)
treef0763eb686bcf3b02d288635c3b77473a69ba44a
parent27ea10920b98a84da3d625f132afdb96c0dae495 (diff)
parent4ebb041135643382a5e03ae160ff3373db192f48 (diff)
downloadbuild-c4107a04565ebe7989843f7b4b7b35d6544e5d87.tar.gz
Update Security String to 2023-12-01 am: 4ebb041135
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/25055645 Change-Id: Iaf2149f92c9a27ba75205012d3724189f2c4f87d 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 ba6a1c886e..d7ff5aee0d 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-11-05
+ PLATFORM_SECURITY_PATCH := 2023-12-01
endif
include $(BUILD_SYSTEM)/version_util.mk