Android.mk 624 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
  23. dirs += \
  24. gl2_cameraeye \
  25. gl2_java \
  26. gl2_jni \
  27. gldual \
  28. gl_jni \
  29. gl_perfapp \
  30. lighting1709 \
  31. testLatency \
  32. testPauseResume \
  33. testViewport \
  34. endif # JAVA_SUPPORT
  35. ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
  36. dirs += \
  37. testFramerate
  38. endif # JAVA_SUPPORT platform
  39. include $(call all-named-subdir-makefiles, $(dirs))