Add EGL NYC master list into CTS files
authorKalle Raita <kraita@google.com>
Tue, 7 Feb 2017 19:09:12 +0000 (11:09 -0800)
committerKalle Raita <kraita@google.com>
Tue, 7 Feb 2017 19:09:12 +0000 (11:09 -0800)
Add EGL NYC master list into CTS files to allow separation between
NYC and OC tests for EGL.

Test: Local CTS build, presubmit build
Change-Id: Ie9cc7c351aa5a4335cdcdc801b1d6528be997c54

android/cts/Android.mk

index c39580c..2eb34f7 100644 (file)
@@ -35,6 +35,7 @@ DEQP_CASELISTS:=$(sort $(patsubst master/%,%, \
 LOCAL_COMPATIBILITY_SUPPORT_FILES := $(foreach file, $(DEQP_CASELISTS), $(LOCAL_PATH)/master/$(file):$(file))
 LOCAL_COMPATIBILITY_SUPPORT_FILES += $(LOCAL_PATH)/nyc/vk-master.txt:nyc-vk-master.txt
 LOCAL_COMPATIBILITY_SUPPORT_FILES += $(LOCAL_PATH)/nyc/gles31-master.txt:nyc-gles31-master.txt
+LOCAL_COMPATIBILITY_SUPPORT_FILES += $(LOCAL_PATH)/nyc/egl-master.txt:nyc-egl-master.txt
 
 include $(BUILD_HOST_JAVA_LIBRARY)