Mathias Agopian | 15b0ebb | 2009-10-01 15:45:37 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= \ | ||||
Mathias Agopian | 6950e42 | 2009-10-05 17:07:12 -0700 | [diff] [blame] | 5 | gralloc.cpp |
Mathias Agopian | 15b0ebb | 2009-10-01 15:45:37 -0700 | [diff] [blame] | 6 | |
7 | LOCAL_SHARED_LIBRARIES := \ | ||||
8 | libcutils \ | ||||
9 | libutils \ | ||||
10 | libui | ||||
11 | |||||
12 | LOCAL_MODULE:= test-opengl-gralloc | ||||
13 | |||||
14 | LOCAL_MODULE_TAGS := optional | ||||
15 | |||||
16 | include $(BUILD_EXECUTABLE) |