aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-12-09 13:35:00 -0800
committerAdam Seaton <aseaton@google.com>2016-12-09 13:35:00 -0800
commita1cb7f090130cc51e1228142d62766cfb2cae08b (patch)
tree7f282a079fb61f580107850dddcdbb70fc0c25d6
parent3ea5395855bc55ecf832d9da3d9c2bfe069d8409 (diff)
downloadbuild-a1cb7f090130cc51e1228142d62766cfb2cae08b.tar.gz
Security String to Jan 1
-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 550fc70ce7..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 := 2017-01-05
+ PLATFORM_SECURITY_PATCH := 2017-01-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"