aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2020-10-14 22:57:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-14 22:57:49 +0000
commitc4c139cf8a19623676d8ab7f581fa03055b45c19 (patch)
tree1f35d5e979c4915ca190efadd830b136a4d0fdff
parentee7f20037f2207d141c324bdc2d6505c28374bf0 (diff)
parent72b39fb85fc6436a909c2434e6ef87601baca42c (diff)
downloadbuild-c4c139cf8a19623676d8ab7f581fa03055b45c19.tar.gz
Update Security String to 2020-12-01 am: bfe242def7 am: 72b39fb85f
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12804958 Change-Id: I49077857f43cc753df4277507679bb5911646251
-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 c9ecd8b030..0bf450bfd9 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,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 := 2020-11-01
+ PLATFORM_SECURITY_PATCH := 2020-12-01
endif
ifndef PLATFORM_BASE_OS