aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisa Pascual Trevino <elisapascual@google.com>2017-11-13 11:27:23 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-28 03:24:28 +0000
commit347fc404fc9617cc24e418c4ab78c4ac73153f2c (patch)
treec16364306b5e6629b519905ed0ee47606f554ac0
parentecdd8178179eb066749e0caefdc18deea8e07b70 (diff)
downloadbuild-347fc404fc9617cc24e418c4ab78c4ac73153f2c.tar.gz
[DO NOT MERGE] Update Security String to 2018-01-01 from 2017-12-05
Bug: 69257226 (cherry picked from commit c53a14f1745cd302cb4951ed803679770ba584c4) Change-Id: Idede70580873e4480735aa8dc6666d7e9ca12333
-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 5758d2275f..d8f27b7c88 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 := 2017-12-05
+ PLATFORM_SECURITY_PATCH := 2018-01-01
endif
ifndef PLATFORM_BASE_OS