Mathias Agopian | 208cb07 | 2010-07-27 20:11:35 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= \ | ||||
5 | surface.cpp | ||||
6 | |||||
7 | LOCAL_SHARED_LIBRARIES := \ | ||||
8 | libcutils \ | ||||
9 | libutils \ | ||||
10 | libbinder \ | ||||
11 | libui \ | ||||
Mathias Agopian | d87f162 | 2011-03-25 18:42:40 -0700 | [diff] [blame] | 12 | libgui |
Mathias Agopian | 208cb07 | 2010-07-27 20:11:35 -0700 | [diff] [blame] | 13 | |
14 | LOCAL_MODULE:= test-surface | ||||
15 | |||||
16 | LOCAL_MODULE_TAGS := tests | ||||
17 | |||||
18 | include $(BUILD_EXECUTABLE) |