2012-03-26 23:01:43 +00:00
|
|
|
dirs := \
|
|
|
|
angeles \
|
|
|
|
configdump \
|
|
|
|
EGLTest \
|
|
|
|
fillrate \
|
|
|
|
filter \
|
|
|
|
finish \
|
|
|
|
gl2_basic \
|
|
|
|
gl2_copyTexImage \
|
|
|
|
gl2_yuvtex \
|
|
|
|
gl_basic \
|
|
|
|
gl_perf \
|
|
|
|
gl_yuvtex \
|
|
|
|
gralloc \
|
|
|
|
hwc \
|
|
|
|
include \
|
|
|
|
lib \
|
|
|
|
linetex \
|
|
|
|
swapinterval \
|
|
|
|
textures \
|
|
|
|
tritex \
|
|
|
|
|
2012-08-08 00:09:19 +00:00
|
|
|
ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
|
2012-03-26 23:01:43 +00:00
|
|
|
dirs += \
|
|
|
|
gl2_cameraeye \
|
|
|
|
gl2_java \
|
|
|
|
gl2_jni \
|
|
|
|
gldual \
|
|
|
|
gl_jni \
|
|
|
|
gl_perfapp \
|
|
|
|
lighting1709 \
|
|
|
|
testLatency \
|
|
|
|
testPauseResume \
|
|
|
|
testViewport \
|
|
|
|
|
2012-08-08 00:09:19 +00:00
|
|
|
endif # JAVA_SUPPORT
|
|
|
|
|
|
|
|
ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
|
|
|
|
dirs += \
|
|
|
|
testFramerate
|
|
|
|
|
|
|
|
endif # JAVA_SUPPORT platform
|
2012-03-26 23:01:43 +00:00
|
|
|
|
|
|
|
include $(call all-named-subdir-makefiles, $(dirs))
|