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-21 23:15:07 +0000
commit52dbfc4a9c89a034bf61877253c77d84680496ae (patch)
treee18ab48d5d624d226848a3c6306fa0ce63532583
parentee84352ee1cc6f8bcab4b53ec05420be42f51b56 (diff)
downloadbuild-52dbfc4a9c89a034bf61877253c77d84680496ae.tar.gz
Update Security String to 2017-11-05 on oc-dev bug:65631379
(cherry picked from commit d24487a2f2f215e5de8aad8117e58f81eaf1529c) Change-Id: Ic7a7dff8cbca3a945894039b0a11f523ce12f387
-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