Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33a31868 authored by Artur Satayev's avatar Artur Satayev Committed by Automerger Merge Worker
Browse files

Merge "Expand KNOWN_CODENAMES to cover all entries in Build.VERSION_CODES."...

Merge "Expand KNOWN_CODENAMES to cover all entries in Build.VERSION_CODES." into tm-dev am: caad215a

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/17218993

Change-Id: I4bfb2941eb3ff90f196c8cc4ff60f70a52d8acd6
parents 23b317a5 caad215a
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -85,8 +85,13 @@ PLATFORM_SDK_EXTENSION_VERSION := 2
PLATFORM_BASE_SDK_EXTENSION_VERSION := 2
.KATI_READONLY := PLATFORM_BASE_SDK_EXTENSION_VERSION

# This is are all known codenames starting from Q.
PLATFORM_VERSION_KNOWN_CODENAMES := Q R S Sv2 Tiramisu
# This are all known codenames.
PLATFORM_VERSION_KNOWN_CODENAMES := \
Base Base11 Cupcake Donut Eclair Eclair01 EclairMr1 Froyo Gingerbread GingerbreadMr1 \
Honeycomb HoneycombMr1 HoneycombMr2 IceCreamSandwich IceCreamSandwichMr1 \
JellyBean JellyBeanMr1 JellyBeanMr2 Kitkat KitkatWatch Lollipop LollipopMr1 M N NMr1 O OMr1 P \
Q R S Sv2 Tiramisu

# Convert from space separated list to comma separated
PLATFORM_VERSION_KNOWN_CODENAMES := \
  $(call normalize-comma-list,$(PLATFORM_VERSION_KNOWN_CODENAMES))