From 33bd8cb700b402769ecb6532ee684ea78b41c708 Mon Sep 17 00:00:00 2001 From: bohu Date: Thu, 12 Feb 2015 16:58:01 -0800 Subject: [PATCH] Bump revision number for system images Bump revision number for all system images by 1, since we are going to publish newer system images that has some gles fixes. Change-Id: I1a79164a46bd09d41b5102699ec3ec5ae6961a83 --- sdk/images_armeabi-v7a_source.prop_template | 2 +- sdk/images_armeabi_source.prop_template | 2 +- sdk/images_mips_source.prop_template | 2 +- sdk/images_x86_source.prop_template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/images_armeabi-v7a_source.prop_template b/sdk/images_armeabi-v7a_source.prop_template index 4f2daacd9..d1f049269 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=2 +Pkg.Revision=3 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=armeabi-v7a diff --git a/sdk/images_armeabi_source.prop_template b/sdk/images_armeabi_source.prop_template index 906e378fd..3844469b1 100644 --- a/sdk/images_armeabi_source.prop_template +++ b/sdk/images_armeabi_source.prop_template @@ -1,6 +1,6 @@ Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION} Pkg.UserSrc=false -Pkg.Revision=2 +Pkg.Revision=3 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=armeabi diff --git a/sdk/images_mips_source.prop_template b/sdk/images_mips_source.prop_template index 30bfda161..632cd9ca3 100644 --- a/sdk/images_mips_source.prop_template +++ b/sdk/images_mips_source.prop_template @@ -1,6 +1,6 @@ Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION} Pkg.UserSrc=false -Pkg.Revision=1 +Pkg.Revision=2 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=mips diff --git a/sdk/images_x86_source.prop_template b/sdk/images_x86_source.prop_template index 90024ea50..355e6ce1e 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=2 +Pkg.Revision=3 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=x86