| Colin Cross | 9f64c2a | 2012-03-26 16:01:43 -0700 | [diff] [blame] | 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_PDK), true) | ||||
| 24 | dirs += \ | ||||
| 25 | gl2_cameraeye \ | ||||
| 26 | gl2_java \ | ||||
| 27 | gl2_jni \ | ||||
| 28 | gldual \ | ||||
| 29 | gl_jni \ | ||||
| 30 | gl_perfapp \ | ||||
| 31 | lighting1709 \ | ||||
| 32 | testFramerate \ | ||||
| 33 | testLatency \ | ||||
| 34 | testPauseResume \ | ||||
| 35 | testViewport \ | ||||
| 36 | |||||
| 37 | endif | ||||
| 38 | |||||
| 39 | include $(call all-named-subdir-makefiles, $(dirs)) | ||||