aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Berbary <sberbary@google.com>2022-09-12 17:59:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-09-12 17:59:23 +0000
commit6b020593871f27e1685910f472753e1d08e18b2d (patch)
tree1bf00cdab9e387f50d56d5260b886d64c1f6a7f4
parent56d5a4006330a4dec5fb6b8940d58d47ee4a64da (diff)
parent831521e2fef74aba45d27eab3d92a60718f4ae2f (diff)
downloadbuild-6b020593871f27e1685910f472753e1d08e18b2d.tar.gz
Update Security String to 2022-11-05 am: 831521e2fe
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19909611 Change-Id: Ia49a35983d369f11974bd00ca4265da3e612d4d1 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 8319b9b1d0..ab79658354 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 := 2022-10-05
+ PLATFORM_SECURITY_PATCH := 2022-11-05
endif
include $(BUILD_SYSTEM)/version_util.mk