From 0c355124bf6681d51a93d32a56519c1e3560b503 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Mon, 17 Jun 2019 17:03:51 +0000 Subject: [PATCH] Revert "Update Security String from 08-05 to 2019-08-01 Bug:126590667" This reverts commit ef7c2c79154126902194b1bb6bf166b7e201bc83. Reason for revert: Resolve string downgrade issue Change-Id: I28831f2592bba09907b76c7d5ac46326a9c1e9f8 --- 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 01d72dc78c..c8792e95ef 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-08-01 + PLATFORM_SECURITY_PATCH := 2019-08-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH