From cd85c0da4a521b5b9fd21a1d9903ca47af26deba Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Tue, 13 Mar 2018 13:04:40 -0700 Subject: [PATCH] DO NOT MERGE Updating security string for oc-mr1-dev to 2018-05-05 Bug: 74345861 Change-Id: I85a9878bfd441bc95242023f713b6848992bea06 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index ba494ff0c..a15537e4b 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 := 2018-04-05 + PLATFORM_SECURITY_PATCH := 2018-05-05 endif ifndef PLATFORM_BASE_OS