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
This commit is contained in:
parent
90195c958d
commit
26ed749f14
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue