aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-02-13 11:42:20 -0800
committerFeng Yu <feny@google.com>2017-02-15 19:54:12 +0000
commit7ed86839dcc4ee92e8f158bc52340e919694c3c3 (patch)
treee7ed013ce4cf9be899376a75e1f964523f53788f
parent6a6b785d51923a56a84d513fcc62a566df9061b8 (diff)
downloadbuild-7ed86839dcc4ee92e8f158bc52340e919694c3c3.tar.gz
[DO NOT MERGE] Update Security String to 2017-04-01 for mnc-dev
Bug:35314737 Change-Id: If57391fc4ff5335be4e3988c11e068f9a03f0b76
-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..ffd15d4dcc 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-04-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"