blob: 92d223cc7eadc58bfc2909e0073d38686bb7da56 [file] [log] [blame]
Colin Cross9f64c2a2012-03-26 16:01:43 -07001dirs := \
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 \
Colin Cross9f64c2a2012-03-26 16:01:43 -070015 include \
16 lib \
17 linetex \
18 swapinterval \
19 textures \
20 tritex \
21
Keun young Park203a3352012-08-07 17:09:19 -070022ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
Colin Cross9f64c2a2012-03-26 16:01:43 -070023dirs += \
24 gl2_cameraeye \
25 gl2_java \
26 gl2_jni \
27 gldual \
28 gl_jni \
29 gl_perfapp \
30 lighting1709 \
Colin Cross9f64c2a2012-03-26 16:01:43 -070031 testLatency \
32 testPauseResume \
33 testViewport \
34
Keun young Park203a3352012-08-07 17:09:19 -070035endif # JAVA_SUPPORT
36
37ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
38dirs += \
39 testFramerate
40
41endif # JAVA_SUPPORT platform
Colin Cross9f64c2a2012-03-26 16:01:43 -070042
43include $(call all-named-subdir-makefiles, $(dirs))