aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-09-13 10:46:41 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-22 23:14:28 +0000
commitc0559ab57ceb358f550eaad45dfa6d8ea0b344d1 (patch)
tree1e43debc4f6ec859026b293afe0a191f69123724
parent9733e602cf9d709debf9e8f74e6bb061f8047d43 (diff)
downloadbuild-c0559ab57ceb358f550eaad45dfa6d8ea0b344d1.tar.gz
Update Security String to 2017-11-01 on oc-dev bug:65631379
(cherry picked from commit 8f4a4c213118ce088245abc4f31204393bab62a5) Change-Id: Id80a2fe3afa1cf89ae53c8b84e8ab9c5fd672ed9
-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 a44ce774a5..29929a1688 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -165,7 +165,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-10-05
+ PLATFORM_SECURITY_PATCH := 2017-11-01
endif
ifndef PLATFORM_BASE_OS