aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-12-07 14:57:17 -0800
committerFeng Yu <feny@google.com>2016-12-14 23:53:46 +0000
commit3aef984e7587f6aa390d85ee09a438b5ed62116b (patch)
tree143edd862ff48dcd169efe79f2595e871040c090
parentba875fce5dc889644ca395e967b759d1a67f0e7e (diff)
downloadbuild-3aef984e7587f6aa390d85ee09a438b5ed62116b.tar.gz
[DO NOT MERGE] Update Security String to 2017-02-01 on mnc-dev
Change-Id: I4563c5d9176d690676402f671971e46a484cadc0
-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 65bbf74a4f..69d3f1ba7a 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-01-01
+ PLATFORM_SECURITY_PATCH := 2017-02-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"