From b3b72e8910f123a0708752ed9d1dfb08dc57b966 Mon Sep 17 00:00:00 2001 From: Roberto Gil Date: Wed, 1 Mar 2023 11:08:13 +0000 Subject: [PATCH] Bump SDK Extension version to 6 This bump includes Adservices Bug: 271242945 Test: The build passes Ignore-AOSP-first: Finalization is not perform in AOSP Change-Id: I0a9b2f9329a176732f9567a5602e902958555304 --- 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 649032b60f..3df3fb3663 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.