From c9b330cacc8814c3e40a5930943b04ef97d4d869 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 29 Sep 2021 17:11:19 +0100 Subject: [PATCH] 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 --- 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 1366a856ce..006dff0ea8 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -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