aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2022-08-16 03:39:26 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-22 01:53:33 +0000
commit8bbbe247cc84b2e525dba24ab6766e91abd7414b (patch)
treec2e8f600caa38dd7ec8de4409bd8c73d6e393317
parent09f2c983a8b79d7b542c0d1bdf69c0c8adccc54a (diff)
downloadbuild-8bbbe247cc84b2e525dba24ab6766e91abd7414b.tar.gz
Update Security String to 2022-10-05
Bug: 242323332 Change-Id: If4e16c8a7ab84076c129e1a6ed1e7c31b46164db (cherry picked from commit 763c03967ebba5711c489da81503ec568d493222) Merged-In: If4e16c8a7ab84076c129e1a6ed1e7c31b46164db
-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 5883925c73..3dc896501b 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 := 2022-09-05
+ PLATFORM_SECURITY_PATCH := 2022-10-05
endif
include $(BUILD_SYSTEM)/version_util.mk