aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisa Pascual Trevino <elisapascual@google.com>2018-12-03 11:24:07 -0800
committerElisa Pascual Trevino <elisapascual@google.com>2018-12-03 19:59:11 +0000
commit60fa5f84ee0cb00ec9134e1d10ee5d8e94174992 (patch)
tree8273ecb2db909eb2473c6b528ef381a4a0a53a20
parent7af38a13f3d62517894bce9be025c14c79fcc49e (diff)
downloadbuild-60fa5f84ee0cb00ec9134e1d10ee5d8e94174992.tar.gz
[DO NOT MERGE] Security String update to 2019-02-01
Bug: 120144419
-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 2904da31dd..3f4e281b64 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,7 @@ ifndef 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 := 2018-12-05
+ PLATFORM_SECURITY_PATCH := 2019-02-01
endif
ifndef PLATFORM_BASE_OS