commit | 8c1226293673ef461d4ec41176822e33c767fdd0 | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Wed Mar 21 17:00:21 2012 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Wed Mar 21 17:00:21 2012 -0700 |
tree | dab9d21a850b8c64cfdc4d76f7d2423eccd9be3b | |
parent | 8385e714a79dfce359c871c8e64636624bca774c [diff] [blame] |
Add flag indicating gpu support in emulator system image. Change-Id: Ica0c02c4d65a3311254f3d46a71956044bf46b82
diff --git a/sdk/images_x86_source.prop_template b/sdk/images_x86_source.prop_template index 62e2e0d..a587cd1 100644 --- a/sdk/images_x86_source.prop_template +++ b/sdk/images_x86_source.prop_template
@@ -4,3 +4,4 @@ AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} SystemImage.Abi=x86 +SystemImage.GpuSupport=true