aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2022-10-05 07:46:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-10-05 07:46:03 +0000
commite2e9428a9c0150b6b878edc7fe3e743a496f2722 (patch)
treecdbd072199dee22dbe786b0441ee345a1df5b290
parentf81c5d3cbe255ddee3f5ba387fd39d7b6a140ec8 (diff)
parentb69ef0361eaa78799411d5480f82af60091e26c0 (diff)
downloadbuild-e2e9428a9c0150b6b878edc7fe3e743a496f2722.tar.gz
Update Security String to 2022-12-01 am: 29b4ab90cb am: 52572070e1 am: 06824008a5 am: e3c6411b3a am: b69ef0361e
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/20112472 Change-Id: I969edead70798ecad7a2b6efe62218372484ec5a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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 85e3730256..669c662eea 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -247,7 +247,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-11-01
+ PLATFORM_SECURITY_PATCH := 2022-12-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH