aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2023-04-12 02:46:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-12 02:46:47 +0000
commit084f1fe02ba6ac85aab87ed36f55f7ea505f3f83 (patch)
tree968082ab3ce27f66251731a2340fdae5e2907c08
parent335a11d79ce2ec8e45d60d7ec7ad6a4f26979cc2 (diff)
parent3099ea1bd4d7b1fbbfd7463bd061619f898ffa6b (diff)
downloadbuild-084f1fe02ba6ac85aab87ed36f55f7ea505f3f83.tar.gz
Update Security String to 2023-06-01 am: 8c6ca0a1e6 am: 3099ea1bd4
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/22555017 Change-Id: I1371b6d1dc2b545886600287cfb7501f9acdb7bf 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 e29a63f98d..fbbe777754 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-01
+ PLATFORM_SECURITY_PATCH := 2023-06-01
endif
include $(BUILD_SYSTEM)/version_util.mk