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-22 16:51:46 -0800
commitba28de8a9e9f342053a4eac4ee9be3f5f10dfbf4 (patch)
tree14f4a66f85d1670dd30455a559de2a307ff102f1
parent5d1ef6be03cb0390cf3a383e08a17f49a100ca84 (diff)
downloadbuild-ba28de8a9e9f342053a4eac4ee9be3f5f10dfbf4.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)"