aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-12-07 15:01:08 -0800
committergitbuildkicker <android-build@google.com>2016-12-14 16:52:24 -0800
commit6d17fc37aa03cc0736f9a8d03330a20e6f02fcb2 (patch)
tree193e3290e22641c1c57e67a496f6ef72440fe176
parent9f65420daf7c6d19a76e59b3d9e211abeef547bf (diff)
downloadbuild-6d17fc37aa03cc0736f9a8d03330a20e6f02fcb2.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)"