diff options
author | Lokesh Kumar Goel <lokeshgoel@google.com> | 2023-08-15 00:35:54 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-08-22 17:25:06 +0000 |
commit | e3a3ad83f207cfd4f5a045efc4af73b324f59455 (patch) | |
tree | 8670155a90889087e705efde8ccf6453dbd9c6aa | |
parent | f5653dfc4863f5ea3f353d734d225c69b4637eda (diff) |
Update Security String to 2023-10-01
Bug: 295937899
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e257bf1863b696472cbc399fc41b08f8e0f44cad)
Merged-In: Iceeda64124c3152e9b31c0b6fa994fe77f90fa3b
Change-Id: Iceeda64124c3152e9b31c0b6fa994fe77f90fa3b
-rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index b5fa3eb596..1c56215a8d 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-09-01 + PLATFORM_SECURITY_PATCH := 2023-10-01 endif include $(BUILD_SYSTEM)/version_util.mk |