| The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) | 
 | 2 | include $(CLEAR_VARS) | 
 | 3 |  | 
 | 4 | LOCAL_SRC_FILES:= \ | 
| Mathias Agopian | 653870d | 2009-08-06 16:25:37 -0700 | [diff] [blame] | 5 | 	textures.cpp | 
| The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 6 |  | 
 | 7 | LOCAL_SHARED_LIBRARIES := \ | 
 | 8 | 	libcutils \ | 
 | 9 |     libEGL \ | 
 | 10 |     libGLESv1_CM \ | 
 | 11 |     libui | 
 | 12 |  | 
 | 13 | LOCAL_MODULE:= test-opengl-textures | 
 | 14 |  | 
| Sriram Raman | 8c1127f | 2009-06-22 17:22:12 -0700 | [diff] [blame] | 15 | LOCAL_MODULE_TAGS := optional | 
| The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 16 |  | 
| Mathias Agopian | 653870d | 2009-08-06 16:25:37 -0700 | [diff] [blame] | 17 | LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES | 
 | 18 |  | 
| The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 19 | include $(BUILD_EXECUTABLE) |