From 42f68fbf39ac65fbafaae89d4807be03367cd24b Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Mon, 15 Nov 2021 21:04:40 +0000 Subject: [PATCH] Revert back to 12 instead of 12L Bug: 206132499 Bug: 204295952 Test: N/A Change-Id: 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 9db2237736..211c7448a6 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -47,7 +47,7 @@ MAX_PLATFORM_VERSION := TP1A # 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