From 25492141840c6f9ce346459650ca44a959c25cab Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 27 Mar 2023 20:29:46 +0000 Subject: [PATCH] Acknowledge V in AOSP. Development of V APIs has started, so we need to add the codename to the build system so API developers can use it. Bug: None Test: treehugger Change-Id: Ic7e77cbc9992d7a0d2959abc42ce2862232317ca --- core/version_defaults.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 3533851093..95b3d37586 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -43,7 +43,7 @@ endif DEFAULT_PLATFORM_VERSION := UP1A .KATI_READONLY := DEFAULT_PLATFORM_VERSION MIN_PLATFORM_VERSION := UP1A -MAX_PLATFORM_VERSION := UP1A +MAX_PLATFORM_VERSION := VP1A # The last stable version name of the platform that was released. During # development, this stays at that previous version, while the codename indicates @@ -54,6 +54,7 @@ PLATFORM_VERSION_LAST_STABLE := 13 # 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.UP1A := UpsideDownCake +PLATFORM_VERSION_CODENAME.VP1A := VanillaIceCream # This is the user-visible version. In a final release build it should # be empty to use PLATFORM_VERSION as the user-visible version. For