From 3ae4e858b7c169b19a4994dd6b124a68fa234ff0 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Fri, 12 Apr 2019 11:35:12 -0700 Subject: [PATCH] Update Security String to 2019-06-05 Bug:129374896 Merged-In: 2c26c3d4c0314f8a3f905e5a7081556f7b4b353a --- 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 e41038f2d3..4ade0e6b31 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-01 + PLATFORM_SECURITY_PATCH := 2019-06-05 endif ifndef PLATFORM_BASE_OS