aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokesh Kumar Goel <lokeshgoel@google.com>2023-08-15 00:35:54 +0000
committerBassem Khalife <bkhalife@google.com>2023-08-21 17:25:13 +0000
commite257bf1863b696472cbc399fc41b08f8e0f44cad (patch)
tree8a4a028448e970c42245359fb1ff2ca371e159cf
parent069010a828799fc928c28d6d86595f2a6e87f0b5 (diff)
downloadbuild-e257bf1863b696472cbc399fc41b08f8e0f44cad.tar.gz
Update Security String to 2023-10-01
Bug: 295937899 Change-Id: Iceeda64124c3152e9b31c0b6fa994fe77f90fa3b Merged-In: Ib9596152fe20b412bf7f5e90a19b55f3c0f5523f Merged-In: I0e2c4746c9042f7caf76cafa1db50f7c93cd211f
-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 850f53f216..fa3febd18a 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -240,7 +240,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-09-01
+ PLATFORM_SECURITY_PATCH := 2023-10-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH