diff options
author | Bhanu Chetlapalli <bhanu@mips.com> | 2012-06-04 16:30:41 -0700 |
---|---|---|
committer | Bhanu Chetlapalli <bhanu@mips.com> | 2012-06-04 16:30:41 -0700 |
commit | 0908a8735b884541889e0ffc283dda5c8d4493da (patch) | |
tree | b6d84726340a3a58f987c2c5abcad126c786dd9e /emulator | |
parent | ea3f581acc01a02550df1137b3adcd8ea5755852 (diff) | |
download | sdk-0908a8735b884541889e0ffc283dda5c8d4493da.zip sdk-0908a8735b884541889e0ffc283dda5c8d4493da.tar.gz sdk-0908a8735b884541889e0ffc283dda5c8d4493da.tar.bz2 |
[MIPS] Allow tests to be built for MIPS
Also fix comment
Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
Diffstat (limited to 'emulator')
-rw-r--r-- | emulator/opengl/system/egl/Android.mk | 2 | ||||
-rw-r--r-- | emulator/opengl/tests/gles_android_wrapper/Android.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulator/opengl/system/egl/Android.mk b/emulator/opengl/system/egl/Android.mk index 6778abe..b9c9749 100644 --- a/emulator/opengl/system/egl/Android.mk +++ b/emulator/opengl/system/egl/Android.mk @@ -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 google_sdk google_sdk_x86) +endif # TARGET_PRODUCT in 'full sdk full_x86 full_mips sdk_x86 sdk_mips google_sdk google_sdk_x86 google_sdk_mips) endif # BUILD_EMULATOR_OPENGL_DRIVER != false diff --git a/emulator/opengl/tests/gles_android_wrapper/Android.mk b/emulator/opengl/tests/gles_android_wrapper/Android.mk index f7c8fed..f5254b7 100644 --- a/emulator/opengl/tests/gles_android_wrapper/Android.mk +++ b/emulator/opengl/tests/gles_android_wrapper/Android.mk @@ -48,7 +48,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 full_mips sdk sdk_x86 sdk_mips,$(TARGET_PRODUCT))) ifeq (,$(BUILD_EMULATOR_OPENGL_DRIVER)) include $(CLEAR_VARS) @@ -61,7 +61,7 @@ LOCAL_MODULE_CLASS := ETC include $(BUILD_PREBUILT) endif # building 'real' driver BUILD_EMULATOR_OPENGL_DRIVER -endif # TARGET_PRODUCT in 'full sdk full_x86 sdk_x86' +endif # TARGET_PRODUCT in 'full sdk full_x86 sdk_x86 full_mips sdk_mips' #### gles_emul.cfg #### include $(CLEAR_VARS) |