From 4a078bcf42d73c606b7e3b6f02a835da853b9e45 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Tue, 11 Jun 2019 12:45:39 -0700 Subject: Update Security String to 2019-08-05 Bug:126590667 (cherry picked from commit a3e1c57a95d895fff372054205914bc322b025a1) Change-Id: I354c4bd2f2c5070d4a8eece477ed1bbc748cfdad --- 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 a8487e5128..0e6473911b 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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-07-05 + PLATFORM_SECURITY_PATCH := 2019-08-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP -- cgit v1.2.3 From b10f7384ae59f1df1db5f1f31cbe7eea308a4b69 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Tue, 11 Jun 2019 15:20:57 -0700 Subject: Update Security String from 08-05 to 2019-08-01 Bug:126590667 Merged-In: a3e1c57a95d895fff372054205914bc322b025a1 (cherry picked from commit 0b6993aa3aa9053f3a762e380a8fb8f68636b932) Change-Id: Iae0be422cc387e2b7a8310cc1a09ce90250ab84f --- 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 0e6473911b..ab7c2229ce 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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-05 + PLATFORM_SECURITY_PATCH := 2019-08-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP -- cgit v1.2.3 From e0d8c9a1b0c09e9df42c8bc10f2d304fbd75916f Mon Sep 17 00:00:00 2001 From: android-build-team Robot Date: Thu, 20 Jun 2019 01:35:03 +0000 Subject: Version bump to PQ3B.190801.002 [core/build_id.mk] Change-Id: I687971e3d96269c56f9bc60f76330684b4b60bc5 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index da5329bb48..06a1477730 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=PQ3B.190801.001 +export BUILD_ID=PQ3B.190801.002 -- cgit v1.2.3