From 801e91776e667e981b1e73467844b5c0f0e52ccc Mon Sep 17 00:00:00 2001 From: Elisa Pascual Trevino Date: Mon, 11 Mar 2019 11:05:04 -0700 Subject: [PATCH] [DO NOT MERGE] Update Security String to 2019-05-01 in oc-mr1-dev Bug: 128322951 --- 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 965adc3aa8..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-01 + PLATFORM_SECURITY_PATCH := 2019-05-01 endif ifndef PLATFORM_BASE_OS