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

This commit is contained in:
Treehugger Robot 2022-04-22 19:52:05 +00:00 committed by Gerrit Code Review
commit 5f6235e580

View File

@ -85,8 +85,13 @@ PLATFORM_SDK_EXTENSION_VERSION := 1
PLATFORM_BASE_SDK_EXTENSION_VERSION := 1 PLATFORM_BASE_SDK_EXTENSION_VERSION := 1
.KATI_READONLY := PLATFORM_BASE_SDK_EXTENSION_VERSION .KATI_READONLY := PLATFORM_BASE_SDK_EXTENSION_VERSION
# This is are all known codenames starting from Q. # This are all known codenames.
PLATFORM_VERSION_KNOWN_CODENAMES := Q R S Sv2 Tiramisu 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 # Convert from space separated list to comma separated
PLATFORM_VERSION_KNOWN_CODENAMES := \ PLATFORM_VERSION_KNOWN_CODENAMES := \
$(call normalize-comma-list,$(PLATFORM_VERSION_KNOWN_CODENAMES)) $(call normalize-comma-list,$(PLATFORM_VERSION_KNOWN_CODENAMES))