From 64cd8f35fb9cefdeaaded4025af011d1d4c9b90a Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Mon, 26 Mar 2012 15:00:09 -0700 Subject: [PATCH] EmuGL: use custom egl.cfg in Google APIs add-on Change-Id: I30468d668ce72cf3a4de1cace1f8e4f1610b9756 --- tools/emulator/opengl/system/egl/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/emulator/opengl/system/egl/Android.mk b/tools/emulator/opengl/system/egl/Android.mk index 867773fea..da9398fd5 100644 --- a/tools/emulator/opengl/system/egl/Android.mk +++ b/tools/emulator/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 sdk sdk_x86,$(TARGET_PRODUCT))) +ifneq (,$(filter full full_x86 sdk sdk_x86 google_sdk google_sdk_x86,$(TARGET_PRODUCT))) include $(CLEAR_VARS) LOCAL_MODULE := egl.cfg @@ -37,6 +37,6 @@ LOCAL_MODULE_TAGS := debug LOCAL_MODULE_CLASS := ETC include $(BUILD_PREBUILT) -endif # TARGET_PRODUCT in 'full sdk full_x86 sdk_x86) +endif # TARGET_PRODUCT in 'full sdk full_x86 sdk_x86 google_sdk google_sdk_x86) endif # BUILD_EMULATOR_OPENGL_DRIVER != false