aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-02-13 11:49:59 -0800
committergitbuildkicker <android-build@google.com>2017-03-16 15:44:44 -0700
commit3f0c8f674feacae34c83ce2efbaac3a2e6317900 (patch)
tree7ea1e0fd8644458346ffcae9d89d539fb15a0b77
parent4f8059156df91195e808b518238dde2313494614 (diff)
downloadbuild-3f0c8f674feacae34c83ce2efbaac3a2e6317900.tar.gz
Update Security String to 2017-04-05 on nyc-dev
Bug:35314737 (cherry picked from commit 8ee3a4cef12a15572553d5a3fdda87e3cf9489c2)
-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 9d671669fe..86a67a1778 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-04-01
+ PLATFORM_SECURITY_PATCH := 2017-04-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"