Loading core/version_util.mk +23 −25 Original line number Diff line number Diff line Loading @@ -56,7 +56,6 @@ MAX_PLATFORM_VERSION := # unreleased API level targetable by this branch, not just those that are valid # lunch targets for this branch. ifndef PLATFORM_VERSION_CODENAME PLATFORM_VERSION_CODENAME := $(PLATFORM_VERSION_CODENAME.$(TARGET_PLATFORM_VERSION)) ifndef PLATFORM_VERSION_CODENAME # PLATFORM_VERSION_CODENAME falls back to TARGET_PLATFORM_VERSION Loading Loading @@ -85,7 +84,6 @@ ifndef PLATFORM_VERSION_CODENAME PLATFORM_VERSION_ALL_CODENAMES := \ $(subst $(space),$(comma),$(strip $(PLATFORM_VERSION_ALL_CODENAMES))) endif .KATI_READONLY := \ PLATFORM_VERSION_CODENAME \ PLATFORM_VERSION_ALL_CODENAMES Loading Loading
core/version_util.mk +23 −25 Original line number Diff line number Diff line Loading @@ -56,7 +56,6 @@ MAX_PLATFORM_VERSION := # unreleased API level targetable by this branch, not just those that are valid # lunch targets for this branch. ifndef PLATFORM_VERSION_CODENAME PLATFORM_VERSION_CODENAME := $(PLATFORM_VERSION_CODENAME.$(TARGET_PLATFORM_VERSION)) ifndef PLATFORM_VERSION_CODENAME # PLATFORM_VERSION_CODENAME falls back to TARGET_PLATFORM_VERSION Loading Loading @@ -85,7 +84,6 @@ ifndef PLATFORM_VERSION_CODENAME PLATFORM_VERSION_ALL_CODENAMES := \ $(subst $(space),$(comma),$(strip $(PLATFORM_VERSION_ALL_CODENAMES))) endif .KATI_READONLY := \ PLATFORM_VERSION_CODENAME \ PLATFORM_VERSION_ALL_CODENAMES Loading