From a3e1c57a95d895fff372054205914bc322b025a1 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Tue, 11 Jun 2019 12:45:39 -0700 Subject: [PATCH] Update Security String to 2019-08-05 Bug:126590667 --- 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 a8487e5128..0e6473911b 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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-07-05 + PLATFORM_SECURITY_PATCH := 2019-08-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP