aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/tests/gles_android_wrapper/Android.mk
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-06-05 06:47:42 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-05 06:47:42 -0700
commit4a68ff8955ed3d984d01dc2fa3388e7d4432fdda (patch)
treeabe7a359895254c734b0a800bf4ffa0001ab0056 /emulator/opengl/tests/gles_android_wrapper/Android.mk
parentd1878a571fb5c452250a4408cd3c221e64e7f662 (diff)
parent0908a8735b884541889e0ffc283dda5c8d4493da (diff)
downloadsdk-4a68ff8955ed3d984d01dc2fa3388e7d4432fdda.zip
sdk-4a68ff8955ed3d984d01dc2fa3388e7d4432fdda.tar.gz
sdk-4a68ff8955ed3d984d01dc2fa3388e7d4432fdda.tar.bz2
Merge "[MIPS] Allow tests to be built for MIPS"
Diffstat (limited to 'emulator/opengl/tests/gles_android_wrapper/Android.mk')
-rw-r--r--emulator/opengl/tests/gles_android_wrapper/Android.mk4
1 files changed, 2 insertions, 2 deletions
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)