aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-03-10 15:44:57 -0800
committergitbuildkicker <android-build@google.com>2017-03-23 10:55:03 -0700
commitd892bae62d7d44bc1e3e7afcb1cf3d3204d1c1ae (patch)
treed3c279796287eda2d476772f934e9c302a6f30d9
parent2fd667a19bbbaa637025ac1209e7bb6ee3af569f (diff)
downloadbuild-d892bae62d7d44bc1e3e7afcb1cf3d3204d1c1ae.tar.gz
Update Security String to 2017-05-05 on nyc-dev
Bug:34137924 (cherry picked from commit cfdcc41cd73360c9605407508a285c905d196fd5)
-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 1e10edcb19..0b55b3f035 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-05-01
+ PLATFORM_SECURITY_PATCH := 2017-05-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"