From a9e57f615c6c13b6d6f97e2a927356b06dfe9d56 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Thu, 18 Aug 2016 10:33:30 -0700 Subject: Update Security String to 2016-10-01 to platform and CTS for October Security Change-Id: I7ccdd54c1d269422c5e2e1f3e268fc539b6eb684 (cherry picked from commit cb60b2dedbf6a346f3affc66a2e89a8068c530e2) --- 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 e6cd11b..1b3c7d8 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # Can be an arbitrary string, but must be a single word. # # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2016-09-06 + PLATFORM_SECURITY_PATCH := 2016-10-01 endif ifeq "" "$(PLATFORM_BASE_OS)" -- cgit v1.1 From f03c12b78f1a3fb67a9c71fd77fc890de52e07b7 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Thu, 18 Aug 2016 14:11:04 -0700 Subject: Update Security String to 2016-10-05 to Platform and CTS for October Security Updates (rebased) b/30946906 Change-Id: Ia5207f919908496a593e3163788bfb75ce4e055d (cherry picked from commit bb45bd20e97be07ec92facf411aae91d90490a5b) --- 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 1b3c7d8..558a035 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # Can be an arbitrary string, but must be a single word. # # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2016-10-01 + PLATFORM_SECURITY_PATCH := 2016-10-05 endif ifeq "" "$(PLATFORM_BASE_OS)" -- cgit v1.1 From 7d3077c1332115bd5fe7b2f220f103d63bc658b0 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Thu, 25 Aug 2016 15:24:56 -0700 Subject: Update comments around PLATFORM_SECURITY_LEVEL Bug: 29881091 Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6 (cherry picked from commit f45494279a4f46c51ce26935e221a121262f49ee) --- core/version_defaults.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 558a035..068ed0e 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -100,9 +100,11 @@ endif ifeq "" "$(PLATFORM_SECURITY_PATCH)" # Used to indicate the security patch that has been applied to the device. - # Can be an arbitrary string, but must be a single word. - # - # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. + # It must signify that the build includes all security patches issued up through the designated Android Public Security Bulletin. + # 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 := 2016-10-05 endif -- cgit v1.1 From c49265a2c0548395c5113d4c12ca7ef541e19dea Mon Sep 17 00:00:00 2001 From: gitbuildkicker Date: Thu, 25 Aug 2016 21:56:35 -0700 Subject: MOB31F --- 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 8ae4c9c..72b2472 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=MOB31E +export BUILD_ID=MOB31F -- cgit v1.1 From 51e569ca1b84d9c9a2349f87fc28ff1650b69950 Mon Sep 17 00:00:00 2001 From: gitbuildkicker Date: Fri, 26 Aug 2016 16:16:38 -0700 Subject: MOB31G --- 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 72b2472..6f37177 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=MOB31F +export BUILD_ID=MOB31G -- cgit v1.1 From f26f9285cec838c5aac0e8a564a316893711d8a5 Mon Sep 17 00:00:00 2001 From: gitbuildkicker Date: Tue, 30 Aug 2016 18:05:24 -0700 Subject: MOB31H --- 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 6f37177..3a56d04 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=MOB31G +export BUILD_ID=MOB31H -- cgit v1.1 From a696488556264965cbd17afce46c6b0fffa5dfc6 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Tue, 20 Sep 2016 10:03:47 -0700 Subject: Updating Security String to 2016-11-01 on mnc-dev b/31618336 Change-Id: I18b3a0d690ab238fcd3cafa65b873ce7432c9c25 (cherry picked from commit 62b28398ba157b65a4825bea59806c060503500c) --- 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 068ed0e..fa2b767 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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 := 2016-10-05 + PLATFORM_SECURITY_PATCH := 2016-11-01 endif ifeq "" "$(PLATFORM_BASE_OS)" -- cgit v1.1 From 54e0e325e5b4f3ba3bdcad42256de452a10bed56 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Tue, 20 Sep 2016 10:06:50 -0700 Subject: Updating Security String to 2016-11-05 on mnc-dev b/31618336 Change-Id: I3c9459553fdc89cacdf74d5e5801871b7192bc51 (cherry picked from commit dcfd738833ea0c6d271b45d50a652191e6c345f0) --- 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 fa2b767..03b9011 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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 := 2016-11-01 + PLATFORM_SECURITY_PATCH := 2016-11-05 endif ifeq "" "$(PLATFORM_BASE_OS)" -- cgit v1.1 From 9dd3e0186da183dd1605dbfbfb3c371ec2f02e98 Mon Sep 17 00:00:00 2001 From: gitbuildkicker Date: Tue, 27 Sep 2016 16:08:52 -0700 Subject: MOB31I --- 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 3a56d04..61d4730 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=MOB31H +export BUILD_ID=MOB31I -- cgit v1.1 From 93b6278c7d5a1d673c771702acc6a886c838847c Mon Sep 17 00:00:00 2001 From: gitbuildkicker Date: Fri, 30 Sep 2016 12:03:14 -0700 Subject: MOB31J --- 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 61d4730..f21a55c 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=MOB31I +export BUILD_ID=MOB31J -- cgit v1.1 From c3c1d432d3df98ed71da643ad3bee557106d6890 Mon Sep 17 00:00:00 2001 From: gitbuildkicker Date: Tue, 11 Oct 2016 16:23:06 -0700 Subject: MOB31K --- 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 f21a55c..8928324 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=MOB31J +export BUILD_ID=MOB31K -- cgit v1.1