From 91909fae54217a8f9c17e7c1fecef1523e192bd9 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Mon, 22 Sep 2014 18:55:19 -0700 Subject: [PATCH] Prepare the SDK component version numbers. Change-Id: I2577ec690533e6b45a95b38c6cc0f82cb0981c5b --- sdk/build_tools_source.prop_template | 4 +--- sdk/platform_source.prop_template | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sdk/build_tools_source.prop_template b/sdk/build_tools_source.prop_template index fe505730a..5d623074d 100644 --- a/sdk/build_tools_source.prop_template +++ b/sdk/build_tools_source.prop_template @@ -1,5 +1,3 @@ Pkg.UserSrc=false -// due to the codename this resolve to 20 instead of 21, so replace it with hardcoded version for now. -//Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0 -Pkg.Revision=21.0.0 rc1 +Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0 diff --git a/sdk/platform_source.prop_template b/sdk/platform_source.prop_template index 7ecb1e273..e0832f40b 100644 --- a/sdk/platform_source.prop_template +++ b/sdk/platform_source.prop_template @@ -1,7 +1,7 @@ Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION} Pkg.UserSrc=false Platform.Version=${PLATFORM_VERSION} -Platform.CodeName=KitKat +Platform.CodeName=L Pkg.Revision=1 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}