aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2019-02-14 10:08:57 -0800
committerAdam Seaton <aseaton@google.com>2019-02-19 18:49:09 +0000
commit7d7a3cbcc83d4a302d98c735e36058e6f40b6c4c (patch)
tree6748bac44fbf1c65d17495aa4f66f4a4383eab28
parenteb164e06b2ba8141d84b8e6169fb714e7f209302 (diff)
downloadbuild-7d7a3cbcc83d4a302d98c735e36058e6f40b6c4c.tar.gz
[DO NOT MERGE] Update platform security string to 2019-04-01 on oc-mr1-dev
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 028e6c68bf..965adc3aa8 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 := 2019-03-05
+ PLATFORM_SECURITY_PATCH := 2019-04-01
endif
ifndef PLATFORM_BASE_OS