aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-12-07 15:01:08 -0800
committergitbuildkicker <android-build@google.com>2017-01-04 10:35:47 -0800
commite225344f6df623646a2a66b40b6cbde6d0de3734 (patch)
tree7cd6ee98033ac4e570208b8a7ce0ca63a06249ee
parent8e84b75d1f6b6cc1e8d4188c42aecd4b3efcafa5 (diff)
downloadbuild-e225344f6df623646a2a66b40b6cbde6d0de3734.tar.gz
Update Security String to 2017-02-05 on nyc-dev
Change-Id: I761c90cd025b2862a3b6fe1cf12e6aebc5fa809f (cherry picked from commit af635660098e5686dd82888fe579d8e3b952cfbc)
-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 3bda4868f2..ffd6148a3a 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-02-01
+ PLATFORM_SECURITY_PATCH := 2017-02-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"