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-01-17 20:07:54 +0000
commitd7834084dd023d0bd6489415e0e14be410accc02 (patch)
treefde6103eecc3d088a770974032132aac4f163528
parentc6a1548da94c7fbc252d949a2a8035b67662e434 (diff)
downloadbuild-d7834084dd023d0bd6489415e0e14be410accc02.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