aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2023-04-11 01:54:53 +0000
committerSteve Berbary <sberbary@google.com>2023-04-11 01:54:58 +0000
commit908e3504d87907b972037329c1ae3268923421b9 (patch)
tree81e6e630b1670f7be486b666f9e70eca685839cd
parentd7637446be900dcc35a9c35d817fed8ce05c2274 (diff)
downloadbuild-908e3504d87907b972037329c1ae3268923421b9.tar.gz
Update Security String to 2023-06-05
Bug: 277078610 Change-Id: I4b2ea3956c34aa56cc6f54bab7148f116c34759e
-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 419ff1aadc..60bd4cdcb2 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-05-05
+ PLATFORM_SECURITY_PATCH := 2023-06-05
endif
include $(BUILD_SYSTEM)/version_util.mk