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