aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-01-17 11:37:18 -0800
committergitbuildkicker <android-build@google.com>2017-01-20 13:45:07 -0800
commite4848e885c2f60e8919f78233c855785eec55856 (patch)
tree00adc94e6a7ec6b69df3f11bec23e9b058e4299e
parentf80ba5335adbde14df0e295bbf5bbd583fba4192 (diff)
downloadbuild-e4848e885c2f60e8919f78233c855785eec55856.tar.gz
Updating Security String to 2017-03-05 on nyc-dev
b/34345751 Change-Id: Ieaaccd7b92c85bb3389fab5e03011892bf7fdcba (cherry picked from commit 25b39b12ba5af72080478ba8bd79c9f354cf327d)
-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 0830b89f93..3e3814a2a2 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-03-01
+ PLATFORM_SECURITY_PATCH := 2017-03-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"