1dirs := \
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
23ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
24dirs += \
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
36endif # JAVA_SUPPORT
37
38ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
39dirs += \
40	testFramerate
41
42endif # JAVA_SUPPORT platform
43
44include $(call all-named-subdir-makefiles, $(dirs))
45