am 64cec470: am 64cd8f35: EmuGL: use custom egl.cfg in Google APIs add-on

* commit '64cec4708d00aa994429e6373073e9efcd9397e0':
  EmuGL: use custom egl.cfg in Google APIs add-on
This commit is contained in:
Jesse Hall
2012-03-26 15:36:52 -07:00
committed by Android Git Automerger

View File

@@ -26,7 +26,7 @@ $(call emugl-end-module)
# Other builds are device-specific and will provide their own # Other builds are device-specific and will provide their own
# version of this file to point to the appropriate HW EGL libraries. # 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) include $(CLEAR_VARS)
LOCAL_MODULE := egl.cfg LOCAL_MODULE := egl.cfg
@@ -37,6 +37,6 @@ LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_CLASS := ETC
include $(BUILD_PREBUILT) 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 endif # BUILD_EMULATOR_OPENGL_DRIVER != false