OSDN Git Service

Merge "atrace: introduce category for core services" into nyc-dev
[android-x86/frameworks-native.git] / opengl / tests / Android.mk
1 dirs := \
2         angeles \
3         configdump \
4         EGLTest \
5         fillrate \
6         filter \
7         finish \
8         gl2_basic \
9         gl2_copyTexImage \
10         gl2_yuvtex \
11         gl_basic \
12         gl_perf \
13         gl_yuvtex \
14         gralloc \
15         hwc \
16         include \
17         lib \
18         linetex \
19         swapinterval \
20         textures \
21         tritex \
22
23 ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
24 dirs += \
25         gl2_cameraeye \
26         gl2_java \
27         gl2_jni \
28         gldual \
29         gl_jni \
30         gl_perfapp \
31         lighting1709 \
32         testLatency \
33         testPauseResume \
34         testViewport \
35
36 endif # JAVA_SUPPORT
37
38 ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
39 dirs += \
40         testFramerate
41
42 endif # JAVA_SUPPORT platform
43
44 include $(call all-named-subdir-makefiles, $(dirs))