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 20:53:34 +0000
commit0d2ca2353de272ae32c7917130537c9fad6bfbd3 (patch)
treed2668e6a47a25670f350760ca32f0ef09a1ad3c7
parent8f4ae30501f8687b85c2646efd56eb5824b7e78e (diff)
downloadbuild-0d2ca2353de272ae32c7917130537c9fad6bfbd3.tar.gz
Update Security String to 2017-11-05 on oc-dev bug:65631379
(cherry picked from commit d24487a2f2f215e5de8aad8117e58f81eaf1529c) Change-Id: If7c7db87398f774e0a7275ef75d6817a5fd30ba9
-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