From e9a46ccb72868c49b8fba795bc35c6d2842be40f 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 643535ec28a43a64b4b4d73dc2c8ed4d5284582e Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Wed, 16 May 2018 16:26:08 -0700 Subject: DO NOT MERGE: Update Platform Security String to 2018-07-05 for oc-mr1-dev Bug:79883349 (cherry picked from commit cfbe84b8a0ac6ad680edad1c21b08672ed96127d) Change-Id: Ia375ef73a8a62fd383bf45d4af789bdc8f6afdc1 --- 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