summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorRaghu Gandham <raghu.gandham@imgtec.com>2013-08-01 17:21:00 -0700
committerRaghu Gandham <raghu.gandham@imgtec.com>2013-11-11 16:42:54 -0800
commitbc233492e3ce3af8cc23496ee58cd3dc1b74d0f0 (patch)
treed8c53bd458823486e8e9657aad0bd7b585eedead /opengl
parentb9a7de1a690bc638496e0550e6a9ebe859fc0315 (diff)
downloadandroid_device_generic_goldfish-bc233492e3ce3af8cc23496ee58cd3dc1b74d0f0.tar.gz
android_device_generic_goldfish-bc233492e3ce3af8cc23496ee58cd3dc1b74d0f0.tar.bz2
android_device_generic_goldfish-bc233492e3ce3af8cc23496ee58cd3dc1b74d0f0.zip
Modify the build targets for goldfish from to include aosp*.
This allows egl.cfg to be copied to $(TARGET_OUT)/lib/egl for aosp* build targets. This patch fixes the emulator to boot with "-gpu on" flag. Change-Id: I6c291a4a0fd82242d7f2ac41229be202aa7c71e0
Diffstat (limited to 'opengl')
-rw-r--r--opengl/system/egl/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/system/egl/Android.mk b/opengl/system/egl/Android.mk
index a979089..241cefe 100644
--- a/opengl/system/egl/Android.mk
+++ b/opengl/system/egl/Android.mk
@@ -26,7 +26,7 @@ $(call emugl-end-module)
# Other builds are device-specific and will provide their own
# version of this file to point to the appropriate HW EGL libraries.
#
-ifneq (,$(filter full full_x86 full_mips sdk sdk_x86 sdk_mips google_sdk google_sdk_x86 google_sdk_mips,$(TARGET_PRODUCT)))
+ifneq (,$(filter aosp_arm aosp_x86 aosp_mips full full_x86 full_mips sdk sdk_x86 sdk_mips google_sdk google_sdk_x86 google_sdk_mips,$(TARGET_PRODUCT)))
include $(CLEAR_VARS)
LOCAL_MODULE := egl.cfg