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-12-06 04:51:13 +0000
commit7167c22bdfc100b3f2e2cd27009abbca0d44d9f2 (patch)
tree9774ba445d6dade188f6f660ec31ac9718de509c
parent7af96274c7fa2fdbf2d8c6f92f9a80957c308d47 (diff)
downloadbuild-7167c22bdfc100b3f2e2cd27009abbca0d44d9f2.tar.gz
[DO NOT MERGE] Update Security String to 2018-01-05 from 2017-12-05
Bug: 70194109 (cherry picked from commit c53a14f1745cd302cb4951ed803679770ba584c4) Exempt-From-Owner-Approval: Cherrypicking this security string change to oc-m4-release branch to solve the OTA bootloop issue as detailed in b/70194109 Change-Id: I502f120b73303cc7f47bfe3daebc5568f5940f1c (cherry picked from commit 8c751b8e13882a83a9fb413d1fe766a1b4797f2d)
-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..23fb68e4d2 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-05
endif
ifndef PLATFORM_BASE_OS