aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-09-13 10:51:18 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-22 23:14:37 +0000
commit0e11fea2e87f6c49222e71d3ed76ef3597780509 (patch)
treeb320715d422ff5ec3d831f259adf408b35577fdb
parentc0559ab57ceb358f550eaad45dfa6d8ea0b344d1 (diff)
downloadbuild-0e11fea2e87f6c49222e71d3ed76ef3597780509.tar.gz
Update Security String to 2017-11-05 on oc-dev bug:65631379
(cherry picked from commit d24487a2f2f215e5de8aad8117e58f81eaf1529c) Change-Id: I9fd1b7832eee415ea2a6c718df419ea12ddfe620
-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 29929a1688..996900ba99 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-11-01
+ PLATFORM_SECURITY_PATCH := 2017-11-05
endif
ifndef PLATFORM_BASE_OS