From 4ef10dadbae98091d33095b5d387592a47682cf1 Mon Sep 17 00:00:00 2001 From: Duane Sand Date: Wed, 4 Feb 2015 16:34:22 -0800 Subject: [PATCH] Mips system image also supports gpu. Apply Ducrohet's Mar 21 2012 change "Add flag indicating gpu support in emulator system image." to Mips system images, also. Change-Id: I1e087479df205e878aef52173db95ac19176dcaf --- sys-img/images_mips_source.prop_template | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-img/images_mips_source.prop_template b/sys-img/images_mips_source.prop_template index 78dc63f29..b89115263 100644 --- a/sys-img/images_mips_source.prop_template +++ b/sys-img/images_mips_source.prop_template @@ -4,5 +4,6 @@ Pkg.Revision=1 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=mips +SystemImage.GpuSupport=true SystemImage.TagId=default