aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-06-18 09:38:40 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-07-20 00:16:11 +0000
commitaa5ffb9a88a361f13bcc6b393c34909ef082cb91 (patch)
tree70cf5750aba3bc0b33d5011c01f46a13df9fc220
parent19113a0ebbc1062fdbc78d6ddbae2a34624e3b09 (diff)
downloadbuild-aa5ffb9a88a361f13bcc6b393c34909ef082cb91.tar.gz
[DO NOT MERGE] Update Platform Security String to 2018-08-05 for August
Bug:109889880 (cherry picked from commit f6bee62b8eb5819f23e31d1dfb1622d48f5ab554) Change-Id: Ie15d759058f0ae32a09f3d106ceb92be324d59a3
-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 e23b9af30c..395442e2b6 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-07-05
+ PLATFORM_SECURITY_PATCH := 2018-08-05
endif
ifndef PLATFORM_BASE_OS