From 5be855c25011bb302b2dd01a6a35308ceaa6a675 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Mon, 15 Nov 2021 19:11:14 +0000 Subject: [PATCH 1/2] Revert platform version to 12 Bug: 204295952 Test: N/A Change-Id: I899af9326e95b4fcfb778f84b748f56834d54ca8 Merged-In: I7f87d189030e97f47dc81b756d1397b4aa65daf0 --- 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 488b0a49d..25cefc21e 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -88,7 +88,7 @@ MAX_PLATFORM_VERSION := # The last stable version name of the platform that was released. During # development, this stays at that previous version, while the codename indicates # further work based on the previous version. -PLATFORM_VERSION_LAST_STABLE := 12L +PLATFORM_VERSION_LAST_STABLE := 12 .KATI_READONLY := PLATFORM_VERSION_LAST_STABLE # These are the current development codenames, if the build is not a final From 32d117dd52b64663719131f4d85e51ed647f20ff Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Fri, 29 Oct 2021 23:07:55 +0100 Subject: [PATCH 2/2] S V2 is now REL Bug: 204295952 Test: N/A Change-Id: I5f94e458bf0c420341847a49242da20c9b4281e4 Merged-In: I5f94e458bf0c420341847a49242da20c9b4281e4 --- 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 25cefc21e..1c193eec3 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -93,7 +93,7 @@ PLATFORM_VERSION_LAST_STABLE := 12 # These are the current development codenames, if the build is not a final # release build. If this is a final release build, it is simply "REL". -PLATFORM_VERSION_CODENAME.SP2A := Sv2 +PLATFORM_VERSION_CODENAME.SP2A := REL ifndef PLATFORM_VERSION_CODENAME PLATFORM_VERSION_CODENAME := $(PLATFORM_VERSION_CODENAME.$(TARGET_PLATFORM_VERSION))