aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-07-16 10:17:21 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-10 20:24:28 +0000
commitd0cfefdbc15a8ae3f38fdae6005f07a7b86211f5 (patch)
treeb30c2300ce2151cc3ed6c92bf233498e4f1b4fb6
parenta11786f34094b8d97f58c0a001c44d0fdc355ab9 (diff)
downloadbuild-d0cfefdbc15a8ae3f38fdae6005f07a7b86211f5.tar.gz
Updating Platform Security String to 2018-09-05
Bug: 111501777 (cherry picked from commit 6bc223c9af044ad06e2f1abc0c4570a7371f9a3a) Change-Id: I01b903cea71815ac04c8a54b0d20546fcc5ca8f4
-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 395442e2b6..a4185b1ed7 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-08-05
+ PLATFORM_SECURITY_PATCH := 2018-09-05
endif
ifndef PLATFORM_BASE_OS