aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-08-21 11:37:32 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-22 23:12:30 +0000
commit5806b0d275c09eee9dcd257e93107b85b16f99d0 (patch)
treed631476b71c43d4b188b3b6bbade3a99116b5f8d
parent1540355911de0d3bb866595943500cd2b2dc3004 (diff)
downloadbuild-5806b0d275c09eee9dcd257e93107b85b16f99d0.tar.gz
Update platform security string to 2017-10-05 in oc-dev Bug:64896113
(cherry picked from commit 4e140ce86ac37b5a5aec06058262fe1a7a835909) Change-Id: I9cf014ba9a39581b2fd1c221907baf5d23ef753e
-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 dcf6dd2843..a44ce774a5 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-01
+ PLATFORM_SECURITY_PATCH := 2017-10-05
endif
ifndef PLATFORM_BASE_OS