aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisa Pascual Trevino <elisapascual@google.com>2019-03-13 13:04:00 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-03-13 20:13:47 +0000
commit0aa98207b1f6fa6b0d63dccad0305bdcfdc20b71 (patch)
tree9501a5c5f44255ecaed24b4345d8dcaba0b39b3a
parentefba87478261acf1e641b6437aceee09a2ab6761 (diff)
downloadbuild-0aa98207b1f6fa6b0d63dccad0305bdcfdc20b71.tar.gz
Update Security String to 2019-05-01 in oc-m8-release
Bug: 128322951 (cherry picked from commit 9f8b89e4072bc5f1a93d796b6eec642737c93bc4) Change-Id: Ifbe190132d7d6081e9fdc76207a88613ff6bd1cc
-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 855993a2b1..8ce30f6d02 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-04-05
+ PLATFORM_SECURITY_PATCH := 2019-05-01
endif
ifndef PLATFORM_BASE_OS