The Android Open Source Project | e09fd9e | 2008-12-17 18:05:43 -0800 | [diff] [blame^] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= \ | ||||
5 | egl_surface.cpp \ | ||||
6 | sfsim.c | ||||
7 | |||||
8 | LOCAL_SHARED_LIBRARIES := \ | ||||
9 | libGLES_CM | ||||
10 | |||||
11 | LOCAL_MODULE:= test-opengl-sfsim | ||||
12 | |||||
13 | LOCAL_MODULE_TAGS := tests | ||||
14 | |||||
15 | include $(BUILD_EXECUTABLE) |