aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2019-04-12 11:35:12 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-04-16 04:52:04 +0000
commit9be4e357bb51742cc1030d6fbc559792942b0afa (patch)
tree3938e07baa984b7f0c0c32e9e4ccd383be34336b
parentdf39e669e8f392fc9200115f89e225d9bd87bc86 (diff)
downloadbuild-9be4e357bb51742cc1030d6fbc559792942b0afa.tar.gz
Update Security String to 2019-06-05
Bug:129374896 Merged-In: 2c26c3d4c0314f8a3f905e5a7081556f7b4b353a (cherry picked from commit 3ae4e858b7c169b19a4994dd6b124a68fa234ff0) Change-Id: Id43bba8a6fff8ae899c81e5f6ffd295310676482
-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 7d45245dd1..5f45946d54 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-06-01
+ PLATFORM_SECURITY_PATCH := 2019-06-05
endif
ifndef PLATFORM_BASE_OS