From ca8720d596e1f96026e9ce1200da49e14e5f45c9 Mon Sep 17 00:00:00 2001 From: Konstantinos Menychtas Date: Fri, 17 Jul 2015 15:34:24 -0700 Subject: [PATCH] DO NOT MERGE Increase the system-image revision number after opengl bug fix Back-ported bug-fix 030a0cbdedcf255c100ed09ad81b66be310d83c7 (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: Ib64a48ddf825df7fc25fe5fccd70be5dfb1b425e --- 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 d1f049269..22e392763 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=4 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 632cd9ca3..9d657cbaa 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=2 +Pkg.Revision=3 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