aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-09-10 16:42:41 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-09-11 23:08:20 +0000
commitb7fb5518994aa904b68db5293a83549da686d744 (patch)
treed1cc12f717bd6e56c0aff792d941b4606d8bdbf2
parent8803744b7d91562697d18ed2026f760fe5543857 (diff)
downloadbuild-b7fb5518994aa904b68db5293a83549da686d744.tar.gz
[DO NOT MERGE] Update platform security string to 2018-11-05 on
oc-mr1-dev bug:114110585 (cherry picked from commit 281cb3b1722cd97c1cbbf937d5289107da2bd818) Change-Id: I45389d83e4c93e59d6c6bcfa6d7b55256bba9081
-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 d3b447766c..1ffb951f16 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,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 := 2018-11-01
+ PLATFORM_SECURITY_PATCH := 2018-11-05
endif
ifndef PLATFORM_BASE_OS