aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-11-16 13:49:55 -0800
committerFeng Yu <feny@google.com>2016-12-08 21:38:49 -0800
commitc5865f0f7c09cb2ec0c0ae1f9ad5b733c0269da6 (patch)
treec205729063019cc7080bd0baa7833d3da5e6f7d4
parentb0373ed46ca089e132348720b623417429f09175 (diff)
downloadbuild-c5865f0f7c09cb2ec0c0ae1f9ad5b733c0269da6.tar.gz
Updating Security String to 2017-01-01 on nyc-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 2c8a21f14a..e9770a83e7 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,7 @@ ifeq "" "$(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 := 2016-12-05
+ PLATFORM_SECURITY_PATCH := 2017-01-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"