aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2019-04-12 11:35:12 -0700
committerPaul Scovanner <pscovanner@google.com>2019-04-12 18:40:01 +0000
commit3ae4e858b7c169b19a4994dd6b124a68fa234ff0 (patch)
tree55ae7a9fb6ed5ef6c4e772ea6a83d3c60013e119
parente95d55db1cbf36667f9d6c420a019c7af07172d9 (diff)
downloadbuild-3ae4e858b7c169b19a4994dd6b124a68fa234ff0.tar.gz
Update Security String to 2019-06-05
Bug:129374896 Merged-In: 2c26c3d4c0314f8a3f905e5a7081556f7b4b353a
-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 e41038f2d3..4ade0e6b31 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -165,7 +165,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-06-01
+ PLATFORM_SECURITY_PATCH := 2019-06-05
endif
ifndef PLATFORM_BASE_OS