| Romain Guy | 868a0af | 2011-07-19 17:20:35 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) | 
|  | 2 | include $(CLEAR_VARS) | 
|  | 3 |  | 
|  | 4 | LOCAL_SRC_FILES:= \ | 
|  | 5 | gl2_copyTexImage.cpp | 
|  | 6 |  | 
|  | 7 | LOCAL_SHARED_LIBRARIES := \ | 
|  | 8 | libcutils \ | 
|  | 9 | libEGL \ | 
|  | 10 | libGLESv2 \ | 
|  | 11 | libui | 
|  | 12 |  | 
| Mathias Agopian | 622cfad | 2012-03-05 13:57:02 -0800 | [diff] [blame] | 13 | LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes) | 
| Mathias Agopian | 870b8aa | 2012-02-24 16:42:46 -0800 | [diff] [blame] | 14 |  | 
| Romain Guy | 868a0af | 2011-07-19 17:20:35 -0700 | [diff] [blame] | 15 | LOCAL_MODULE:= test-opengl-gl2_copyTexImage | 
|  | 16 |  | 
|  | 17 | LOCAL_MODULE_TAGS := optional | 
|  | 18 |  | 
|  | 19 | LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES | 
|  | 20 |  | 
|  | 21 | include $(BUILD_EXECUTABLE) |