Define DEQP_SUPPORT_GLES1 for CTS builds
authorPyry Haulos <phaulos@google.com>
Wed, 15 Apr 2015 16:36:28 +0000 (09:36 -0700)
committerPyry Haulos <phaulos@google.com>
Wed, 15 Apr 2015 16:36:28 +0000 (09:36 -0700)
EGL tests provide better coverage if ES1 support is enabled.

Change-Id: Idc55c1093e73f631edb9978d7107a87bdff7fba2

Android.mk

index 677ffb4..69c5058 100644 (file)
@@ -699,9 +699,10 @@ LOCAL_C_INCLUDES := \
        $(deqp_dir)/execserver
 
 deqp_compile_flags := \
-       -DDEQP_SUPPORT_GLES3=1 \
-       -DDEQP_SUPPORT_GLES2=1 \
        -DDEQP_SUPPORT_EGL=1 \
+       -DDEQP_SUPPORT_GLES1=1 \
+       -DDEQP_SUPPORT_GLES2=1 \
+       -DDEQP_SUPPORT_GLES3=1 \
        -DDE_ANDROID_API=9 \
        -D_XOPEN_SOURCE=600 \
        -DDEQP_TARGET_NAME=\"android\" \