From 73aa913b777288c4fd3723660b39fe82c44fd8b1 Mon Sep 17 00:00:00 2001 From: Lubo Hristov Date: Thu, 19 Sep 2019 12:57:53 -0700 Subject: [PATCH] Update SPL to 2019-11-05 bug:141272605 --- 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 91d4d84124..b803ff81ab 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-11-01 + PLATFORM_SECURITY_PATCH := 2019-11-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH