aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2023-01-13 18:20:12 +0000
committerSteve Berbary <sberbary@google.com>2023-01-13 18:20:17 +0000
commit4904a802474098e945235571a0a7eb7b9707bf38 (patch)
treed1e208f73e9dc7b07ee368d4a720b3bea897a359
parent4bd03eda162ed52de8733e6a67a2e788492e4d9f (diff)
downloadbuild-4904a802474098e945235571a0a7eb7b9707bf38.tar.gz
Update Security String to 2023-03-01
Bug: 265319238 Change-Id: Ie75a94addbd7fec66397f89baf6e3c18487c72fb Merged-In: Ie75a94addbd7fec66397f89baf6e3c18487c72fb
-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 75de1976ca..7493f7f3bc 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -240,7 +240,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-02-01
+ PLATFORM_SECURITY_PATCH := 2023-03-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH