aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBassem Khalife <bkhalife@google.com>2021-11-23 23:25:54 +0000
committerBassem Khalife <bkhalife@google.com>2021-11-23 23:25:57 +0000
commitaf5392280c9b08241f6d6b01daceeac2cd308bf5 (patch)
tree9bd659bbdd9f883c818dfffb8259e541030ddd49
parentec6022f2e57df692d17b8445845dd8b4d428a7b7 (diff)
downloadbuild-af5392280c9b08241f6d6b01daceeac2cd308bf5.tar.gz
Update Security String to 2022-01-01
Bug: 207022948 Change-Id: I4fa24056c5f6a4847431fdd28ff614e851746314 Merged-In: Ie4afce5ae2b2a1b60fb0fc78ea014d220e08a981
-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 0c7e8039aa..21598c4732 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -231,7 +231,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 := 2021-12-01
+ PLATFORM_SECURITY_PATCH := 2022-01-01
endif
ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP