aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-08-21 11:36:54 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 18:42:53 +0000
commit883f74f43a6163ea1eb8c5ef1fdd93f70b828e46 (patch)
tree07bb6d111cbccb04fe38f14113bc21dbe8c997d0
parent1c4cf3f82b4a98d2edbe58e6c3d5ad1c006ebe3b (diff)
downloadbuild-883f74f43a6163ea1eb8c5ef1fdd93f70b828e46.tar.gz
Update platform security string to 2017-10-01 in oc-dev Bug:64896113
(cherry picked from commit 80d3742026e1640e3cbcfb2bcbc9244733dc05d4) Change-Id: Iac2fd89b0414ef54d98e5ef47ab1756ac7c4e2ce
-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 56a4f88bf2..dcf6dd2843 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-09-05
+ PLATFORM_SECURITY_PATCH := 2017-10-01
endif
ifndef PLATFORM_BASE_OS