aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-02-13 11:49:59 -0800
committergitbuildkicker <android-build@google.com>2017-02-27 11:28:16 -0800
commitf39d06d80b584875488e9c29db336ffd58e59fc0 (patch)
tree4bd2d3c1c08fe6698ce43dbc9cffff700d179aa2
parent3e8699d8e071d1a19d16dc3df6f8580dba7523a7 (diff)
downloadbuild-f39d06d80b584875488e9c29db336ffd58e59fc0.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)"