aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-07-20 20:44:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-07-20 20:44:51 +0000
commit65b4d916e6539480c156a929fd70dd1510a89f62 (patch)
tree9b144e5adb6cf33ce8552132278f0141167f6f5e
parent451a9d73bfefecc2ff95c826d78e6aab52005e6d (diff)
parent044c8a807d768da00dd30667c849212f12424767 (diff)
downloadbuild-65b4d916e6539480c156a929fd70dd1510a89f62.tar.gz
Merge "[DO NOT MERGE] Updating Security String to 2017-09-01 Bug:63846344" into mnc-dev
-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 a6961de150..9be7a58bb2 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-05
+ PLATFORM_SECURITY_PATCH := 2017-09-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"