aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-11-16 13:50:48 -0800
committergitbuildkicker <android-build@google.com>2017-01-03 15:07:06 -0800
commita618563c350b50eed1e385e9e194044962e7c798 (patch)
tree08a2f7cf5ba1c610bba2206ab0f4693a388cc052
parent1a90283da2aeb867be2edb889c16473d1345e169 (diff)
downloadbuild-a618563c350b50eed1e385e9e194044962e7c798.tar.gz
Updating Security String to 2017-01-05 on nyc-dev
b/32949407 (cherry picked from commit 190129bc61b35e1b516a5e111d2b14ef8108c023)
-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 e9770a83e7..550fc70ce7 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-01
+ PLATFORM_SECURITY_PATCH := 2017-01-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"