blob: 134854a8b71ea329477a153a7649a9be35a47fb6 [file] [log] [blame]
Colin Cross9f64c2a2012-03-26 16:01:43 -07001dirs := \
Colin Cross9f64c2a2012-03-26 16:01:43 -07002 linetex \
3 swapinterval \
4 textures \
5 tritex \
6
Keun young Park203a3352012-08-07 17:09:19 -07007ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
Colin Cross9f64c2a2012-03-26 16:01:43 -07008dirs += \
9 gl2_cameraeye \
10 gl2_java \
11 gl2_jni \
12 gldual \
13 gl_jni \
14 gl_perfapp \
15 lighting1709 \
Colin Cross9f64c2a2012-03-26 16:01:43 -070016 testLatency \
17 testPauseResume \
18 testViewport \
19
Keun young Park203a3352012-08-07 17:09:19 -070020endif # JAVA_SUPPORT
21
22ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
23dirs += \
24 testFramerate
25
26endif # JAVA_SUPPORT platform
Colin Cross9f64c2a2012-03-26 16:01:43 -070027
28include $(call all-named-subdir-makefiles, $(dirs))