From 84633edb224bfc2d17807e61ce57db6d391c2230 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Wed, 14 Aug 2019 14:08:49 -0700 Subject: [PATCH] Update Security Strings to 2019-10-05 Bug:139434268 Change-Id: I063f0430347d9f1e6ea5a8133204585833ed5ddc --- 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 c264f7560..43d4d3eb0 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,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-09-05 + PLATFORM_SECURITY_PATCH := 2019-10-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH