aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2022-07-27 21:53:43 +0000
committerPaul Scovanner <pscovanner@google.com>2022-07-27 21:53:45 +0000
commitd041329fa01f4f963dc9ac15e4ab2e8313b8c70a (patch)
tree6f20e1de3433ebbc452ddec7ae289c3dde1e2023
parentdccd189954c52d2726cfd287a7a230f4b837f285 (diff)
downloadbuild-d041329fa01f4f963dc9ac15e4ab2e8313b8c70a.tar.gz
Update Security String to 2022-09-05
Bug: 238435977 Change-Id: Ibcc1999668338bdfa888c52d3e3a0ccb6b0bf5e1
-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 65957c8859..5883925c73 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-08-05
+ PLATFORM_SECURITY_PATCH := 2022-09-05
endif
include $(BUILD_SYSTEM)/version_util.mk