From b3300a79f60d3d9d1b228286a9554ad194632691 Mon Sep 17 00:00:00 2001 From: Roberto Gil Date: Tue, 4 Apr 2023 11:53:45 +0000 Subject: [PATCH] Bump SDK Extension version to 6 This bump includes Adservices, Extservices Bug: 276851559 Test: The build passes Ignore-AOSP-first: Finalization is not perform in AOSP Change-Id: I3b087f0d98212a62728d78b10e4c520ca6745cca --- 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 afdc61f40b..de01c3ac7e 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -78,7 +78,7 @@ endif .KATI_READONLY := PLATFORM_SDK_VERSION # This is the sdk extension version of this tree. -PLATFORM_SDK_EXTENSION_VERSION := 5 +PLATFORM_SDK_EXTENSION_VERSION := 6 .KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION # This is the sdk extension version that PLATFORM_SDK_VERSION ships with.