aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisa Pascual Trevino <elisapascual@google.com>2019-02-08 12:56:02 -0800
committerElisa Pascual Trevino <elisapascual@google.com>2019-02-08 20:57:15 +0000
commitf9835d9f4d39c78ddf35899b058498f1908e906e (patch)
tree464a3dadc6b6bfc2efa2f77e8ba4f98a80eb036f
parent2407488402ab7133265b7e554517dac8fba5a4d1 (diff)
downloadbuild-f9835d9f4d39c78ddf35899b058498f1908e906e.tar.gz
Update Security String to 2019-04-01
Bug: 124119313
-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 d386a527f7..e44746d8ec 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -231,7 +231,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 := 2019-03-05
+ PLATFORM_SECURITY_PATCH := 2019-04-01
endif
ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP