From 26ed749f140a22f408594538b1fd7ef06c346abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Mon, 19 Sep 2022 10:53:04 +0200 Subject: [PATCH] Simplify PLATFORM_BASE_SDK_EXTENSION_VERSION Make PLATFORM_BASE_SDK_EXTENSION_VERSION default to PLATFORM_SDK_EXTENSION_VERSION: they only need to be different on the SDK extension branches. Bug: 247413701 Test: manual install of modules Change-Id: Iedcd9d6bce4e7346d24146b871d489255a17466c Merged-In: Iedcd9d6bce4e7346d24146b871d489255a17466c --- 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 710b8716ad..075ebf0be0 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -82,7 +82,7 @@ PLATFORM_SDK_EXTENSION_VERSION := 3 .KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION # This is the sdk extension version that PLATFORM_SDK_VERSION ships with. -PLATFORM_BASE_SDK_EXTENSION_VERSION := 3 +PLATFORM_BASE_SDK_EXTENSION_VERSION := $(PLATFORM_SDK_EXTENSION_VERSION) .KATI_READONLY := PLATFORM_BASE_SDK_EXTENSION_VERSION # This are all known codenames.