aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokesh Kumar Goel <lokeshgoel@google.com>2023-06-04 02:50:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-16 08:29:36 +0000
commit81d947ecc89955a609504cbf711b269455e3651b (patch)
tree85557372e98232595870bc7d8e7e3ed8a788fa01
parent1deb862003044273c0e22afffbfe8908c300a743 (diff)
downloadbuild-81d947ecc89955a609504cbf711b269455e3651b.tar.gz
Update Security String to 2023-08-05
Bug: 285692955 Ignore-AOSP-First: Future release prep (Internal first) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:be93b44331a344195d2d9a37c7b6bd1dcb1b3c60) Merged-In: I137506c673d9f44789c26f88a416c0fd06df02ce Change-Id: I137506c673d9f44789c26f88a416c0fd06df02ce
-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 23dce80440..4fa5425a4b 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-07-05
+ PLATFORM_SECURITY_PATCH := 2023-08-05
endif
include $(BUILD_SYSTEM)/version_util.mk