From 4759c11d4b3c395426523807a12ad54d9187431c Mon Sep 17 00:00:00 2001 From: bohu Date: Thu, 12 Feb 2015 16:39:51 -0800 Subject: Set revision 1 to ATV system images Since it is the first release of api 22, set revision to 1. Change-Id: I5573b2be5a7ff25c303fea850e7e3eed368d91da --- sdk/images_armeabi-v7a_source.prop_template | 2 +- sdk/images_x86_source.prop_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/images_armeabi-v7a_source.prop_template b/sdk/images_armeabi-v7a_source.prop_template index 3c6a41e..d38fe89 100644 --- a/sdk/images_armeabi-v7a_source.prop_template +++ b/sdk/images_armeabi-v7a_source.prop_template @@ -1,6 +1,6 @@ Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION} Pkg.UserSrc=false -Pkg.Revision=3 +Pkg.Revision=1 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=armeabi-v7a diff --git a/sdk/images_x86_source.prop_template b/sdk/images_x86_source.prop_template index e3b6a79..c3bc0ea 100644 --- a/sdk/images_x86_source.prop_template +++ b/sdk/images_x86_source.prop_template @@ -1,6 +1,6 @@ Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION} Pkg.UserSrc=false -Pkg.Revision=3 +Pkg.Revision=1 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=x86 -- cgit v1.2.3