aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2023-01-13 18:17:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-12 16:55:29 +0000
commitfde5f46de5d47b3876f91b3f313d4add6e9b10cf (patch)
treead7db5b978ad9f41c767e8f1a6cbf15c3956b6c8
parent209e67b190b2e028ebf00fd19232e589aa914083 (diff)
downloadbuild-fde5f46de5d47b3876f91b3f313d4add6e9b10cf.tar.gz
Update Security String to 2023-03-05
Bug: 265319238 Change-Id: Ie75a94addbd7fec66397f89baf6e3c18487c72fb (cherry picked from commit 465700df394ccbfa6c1f38c3fab84d54ca02e027) 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 339d36bb5c..208e1e6bd5 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-02-05
+ PLATFORM_SECURITY_PATCH := 2023-03-05
endif
include $(BUILD_SYSTEM)/version_util.mk