aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2023-03-14 03:50:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-14 03:50:29 +0000
commit24272b1f7eceb8caacd594c42268bdd2aadd4992 (patch)
tree9d62abb46d2dffd90249880981a46795021b2d22
parentc5873391060b64349d45efa5f51975436921b8bb (diff)
parent2130534b73bcabf2e4c098dbbc91dfaedb57f1a1 (diff)
downloadbuild-24272b1f7eceb8caacd594c42268bdd2aadd4992.tar.gz
Update Security String to 2023-05-01 am: 2130534b73
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/21960115 Change-Id: If0001148ac378f7433dc325320d20e4456c056c8 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 7a06570311..e29a63f98d 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-04-01
+ PLATFORM_SECURITY_PATCH := 2023-05-01
endif
include $(BUILD_SYSTEM)/version_util.mk