From 3e8a1393a7ca80d344eb3f435e4705a69e6d9186 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Fri, 5 Apr 2019 13:55:18 -0700 Subject: [PATCH] [DO NOT MERGE] Update Security String to 2019-06-01 Bug:129374896 Merged-In:1f8f84de6133f82df8210fa9214475d7c5aaa2f0 --- 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 0d5dc9625f..e41038f2d3 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 := 2018-04-05 + PLATFORM_SECURITY_PATCH := 2019-06-01 endif ifndef PLATFORM_BASE_OS