am c969a03b: merge from open-source master

* commit 'c969a03b5e5f6754adf45edd98ed1a10c42bf641':
  Fix device builds
This commit is contained in:
Jean-Baptiste Queru
2011-03-31 09:23:33 -07:00
committed by Android Git Automerger

View File

@@ -40,6 +40,12 @@ LOCAL_STATIC_LIBRARIES := libOpenglCodecCommon
include $(BUILD_SHARED_LIBRARY)
#### egl.cfg ####
# Ensure that this file is only copied to emulator-specific builds.
# 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)))
include $(CLEAR_VARS)
LOCAL_MODULE := egl.cfg
@@ -50,6 +56,7 @@ LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_CLASS := ETC
include $(BUILD_PREBUILT)
endif # TARGET_PRODUCT in 'full sdk full_x86 sdk_x86'
#### gles_emul.cfg ####
include $(CLEAR_VARS)