From 61c0e639f4d9531b8eb61b18d6a21341e6c9d4da Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Wed, 18 Apr 2018 14:15:56 -0700 Subject: DO NOT MERGE: Updating security string for oc-mr1-dev to 2018-06-05 Bug:78240102 Change-Id: Ib9d8c11ecf9212711a9679972c15354c8dd56857 (cherry picked from commit 85a18252b7c7dd1657a067a91edeac14da6a2a51) --- 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 a15537e4b1..efe68764fe 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -181,7 +181,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 := 2018-05-05 + PLATFORM_SECURITY_PATCH := 2018-06-05 endif ifndef PLATFORM_BASE_OS -- cgit v1.2.3 From 2b808db05ccf37afb816470ebdb89818307c396f Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Wed, 16 May 2018 16:26:08 -0700 Subject: "Update Platform Security String to 2018-07-05 for oc-mr1-dev Bug:79883349" (cherry picked from commit d83c28410550e48b162c2b7414db9a4627aee013) Change-Id: Ibc4b74eee8e8d368f2750c72821285faabbd77f7 --- 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 efe68764fe..e23b9af30c 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -181,7 +181,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 := 2018-06-05 + PLATFORM_SECURITY_PATCH := 2018-07-05 endif ifndef PLATFORM_BASE_OS -- cgit v1.2.3