From 84637a4834db097f4720a91e96cf41b6a2d242db Mon Sep 17 00:00:00 2001 From: Raju Kulkarni Date: Tue, 16 Nov 2021 18:45:54 +0000 Subject: [PATCH] [DO NOT MERGE] SDK has been finalized for sc-v2-dev. API level is now 32. So remoing rc suffix from Build tools version number. And resetting the SDK to r1 of the API level which is now API 32 Bug: 202916060 Change-Id: Ia4fc9d87cfc3133d757d35cefcf38d792c114dc6 --- sdk/build_tools_source.prop_template | 4 ++-- sdk/platform_source.prop_template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/build_tools_source.prop_template b/sdk/build_tools_source.prop_template index 143d2ffff..34cc66d07 100644 --- a/sdk/build_tools_source.prop_template +++ b/sdk/build_tools_source.prop_template @@ -1,3 +1,3 @@ Pkg.UserSrc=false -#Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0 -Pkg.Revision=32.0.0 rc2 +Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0 +#Pkg.Revision=32.0.0 rc2 diff --git a/sdk/platform_source.prop_template b/sdk/platform_source.prop_template index 0093ab133..35a00af81 100644 --- a/sdk/platform_source.prop_template +++ b/sdk/platform_source.prop_template @@ -2,7 +2,7 @@ Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION} Pkg.UserSrc=false Platform.Version=${PLATFORM_VERSION} Platform.CodeName= -Pkg.Revision=2 +Pkg.Revision=1 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} Layoutlib.Api=15