aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-01-17 11:34:17 -0800
committergitbuildkicker <android-build@google.com>2017-01-27 13:44:10 -0800
commit2ab374fa68703fa9ce4d7de01aee2689880055dd (patch)
tree2915ddab326f1b4dec6e5912c1dad32f77fbe724
parent922e4e7086f6c4c0260eadd0882b296ffd910166 (diff)
downloadbuild-2ab374fa68703fa9ce4d7de01aee2689880055dd.tar.gz
[DO NOT MERGE] Updating Security String to 2017-03-05 on mnc-dev
b/34345751 Change-Id: Id3a3555a1bf333895d9980ca9477304bd9660b38 (cherry picked from commit b6ac653f2da27ad82a4c8ab53a73e870a971e15e)
-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 55ccde7ac8..4cbade5f78 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# 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)"