aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2019-05-13 13:31:46 -0700
committerPaul Scovanner <pscovanner@google.com>2019-05-13 20:36:29 +0000
commit95bee0f53ed9f82c4e1ca27a5004eb1e917fa65c (patch)
tree1f79b25e986fccc057affbca1f73152ee5eddc21
parent3ae4e858b7c169b19a4994dd6b124a68fa234ff0 (diff)
downloadbuild-95bee0f53ed9f82c4e1ca27a5004eb1e917fa65c.tar.gz
Update Security String to 2019-07-01
Bug:132634503
-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 4ade0e6b31..b7fb9d603d 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-05
+ PLATFORM_SECURITY_PATCH := 2019-07-01
endif
ifndef PLATFORM_BASE_OS