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:48:06 -0700
commit54951876dcb920b286ae33cc2147104a0499df51 (patch)
treed76cf64844a16489dedba19e0c319668947388f9
parent1a05bb61e0b27abf3c4c0137e79cb209a95b5d5c (diff)
downloadbuild-54951876dcb920b286ae33cc2147104a0499df51.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)"