Michael I. Gold | 6ecdb49 | 2010-09-20 17:48:52 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_SRC_FILES:= \ |
| 5 | gl2_yuvtex.cpp |
| 6 | |
| 7 | LOCAL_SHARED_LIBRARIES := \ |
Mathias Agopian | 3cd153a | 2013-03-06 22:37:33 -0800 | [diff] [blame] | 8 | libcutils \ |
Michael I. Gold | 6ecdb49 | 2010-09-20 17:48:52 -0700 | [diff] [blame] | 9 | libEGL \ |
| 10 | libGLESv2 \ |
Mathias Agopian | 3cd153a | 2013-03-06 22:37:33 -0800 | [diff] [blame] | 11 | libutils \ |
Andy McFadden | 6ef57d7 | 2014-03-05 15:06:53 -0800 | [diff] [blame] | 12 | libui \ |
| 13 | libgui \ |
| 14 | libutils |
| 15 | |
| 16 | LOCAL_STATIC_LIBRARIES += libglTest |
Michael I. Gold | 6ecdb49 | 2010-09-20 17:48:52 -0700 | [diff] [blame] | 17 | |
Mathias Agopian | 622cfad | 2012-03-05 13:57:02 -0800 | [diff] [blame] | 18 | LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes) |
Mathias Agopian | 870b8aa | 2012-02-24 16:42:46 -0800 | [diff] [blame] | 19 | |
Michael I. Gold | 6ecdb49 | 2010-09-20 17:48:52 -0700 | [diff] [blame] | 20 | LOCAL_MODULE:= test-opengl-gl2_yuvtex |
| 21 | |
| 22 | LOCAL_MODULE_TAGS := optional |
| 23 | |
| 24 | LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES |
| 25 | |
| 26 | include $(BUILD_EXECUTABLE) |