diff options
author | Lokesh Kumar Goel <lokeshgoel@google.com> | 2023-09-18 22:13:11 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-09-20 20:02:29 +0000 |
commit | 8a1879a3104940211be6ec289cafe04c93cae0cf (patch) | |
tree | 6e188f0176f81d3b5402cef69694ce9625b75529 | |
parent | 59b8a39ccec0823cc35223e9e0820220eff52b66 (diff) |
Update Security String to 2023-11-01
Bug: 298044885
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e409832381a1584518f763009508e4bdbd8fb43e)
Merged-In: I225fe9e9a23ad9c3af1e065053732bf6c7019afb
Change-Id: I225fe9e9a23ad9c3af1e065053732bf6c7019afb
-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 1c56215a8d..dd9598f6d5 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-10-01 + PLATFORM_SECURITY_PATCH := 2023-11-01 endif include $(BUILD_SYSTEM)/version_util.mk |