aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBassem Khalife <bkhalife@google.com>2023-07-17 16:44:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-01 13:34:49 +0000
commit6145efa7f91d09a808146aebe66973ea1916a478 (patch)
tree6f462cd1b9b12b2fef872c45542602fec92eadfb
parent2acf53fc2f1b1ece37a8a2c59b750d29b2e672bd (diff)
downloadbuild-6145efa7f91d09a808146aebe66973ea1916a478.tar.gz
Update Security String to 2023-09-01
Bug: 289414927 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6f69b70747af88217f214320c70b5e2be263331c) Merged-In: Ia5208702fc02d0e1ab53d1affc664363fba74a67 Change-Id: Ia5208702fc02d0e1ab53d1affc664363fba74a67
-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 4fa5425a4b..b5fa3eb596 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-08-05
+ PLATFORM_SECURITY_PATCH := 2023-09-01
endif
include $(BUILD_SYSTEM)/version_util.mk