aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-06-29 13:59:25 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-29 21:57:54 +0000
commit0491f7c0e1f56397878e7af2b9093dac3a1b1aa3 (patch)
tree8e300ac945996653873717011a9fce0323e6c8b0
parent85e023db6510bbeb1a01a0bb1f41a5a17af5d386 (diff)
downloadbuild-0491f7c0e1f56397878e7af2b9093dac3a1b1aa3.tar.gz
Merge Security String into MNC-MR2-release
Bug: 62388772 Change-Id: I4daca26a0043705228570202ab61e0e6c524b627 (cherry picked from commit abcbdb14125f91529e8b1f7b08421a4e9c1697eb)
-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 33b21c1c8d..49d2ca34aa 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# 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-07-01
+ PLATFORM_SECURITY_PATCH := 2017-08-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"