From ccd11ec51e492a74da4f5c3fa882f0b2760a3184 Mon Sep 17 00:00:00 2001 From: Konstantinos Menychtas Date: Fri, 17 Jul 2015 16:04:05 -0700 Subject: [PATCH] DO NOT MERGE Increase the system-image revision number after opengl bug fix Back-ported bug-fix 257a9a02f0016bd35b37bea9987c24f382c07c68 (opengl: Fix QemuPipeStream::readFully reading beyond end of buffer) warrants a system image update. This patch increases the revision number for released images appropriately. Change-Id: Iad5208069de6a95b6b6976ec217275109d628847 --- sdk/images_armeabi-v7a_source.prop_template | 2 +- sdk/images_armeabi_source.prop_template | 2 +- sdk/images_x86_source.prop_template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/images_armeabi-v7a_source.prop_template b/sdk/images_armeabi-v7a_source.prop_template index 22e392763..3ef5d226c 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=4 +Pkg.Revision=5 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_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