Update base sdk extension version to 1
S ships with extension version 1, so the correct base extension version is 1 at the moment. Bug: 199852423 Test: m out/host/linux-x86/development/sdk/platform_source.properties verify IsBaseSdk=true Change-Id: I465d896fdeacfe34bdbfa0da1871d74a3bf3ee11
This commit is contained in:
parent
68b4fefd60
commit
c9b330cacc
|
@ -76,7 +76,7 @@ PLATFORM_SDK_EXTENSION_VERSION := 1
|
|||
.KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION
|
||||
|
||||
# This is the sdk extension version that PLATFORM_SDK_VERSION ships with.
|
||||
PLATFORM_BASE_SDK_EXTENSION_VERSION := 0
|
||||
PLATFORM_BASE_SDK_EXTENSION_VERSION := 1
|
||||
.KATI_READONLY := PLATFORM_BASE_SDK_EXTENSION_VERSION
|
||||
|
||||
ifndef PLATFORM_SECURITY_PATCH
|
||||
|
|
Loading…
Reference in New Issue