Mathias Agopian | 20f6878 | 2009-05-11 00:03:41 -0700 | [diff] [blame^] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= \ | ||||
5 | region.cpp | ||||
6 | |||||
7 | LOCAL_SHARED_LIBRARIES := \ | ||||
8 | libcutils \ | ||||
9 | libutils \ | ||||
10 | libui | ||||
11 | |||||
12 | LOCAL_MODULE:= test-region | ||||
13 | |||||
14 | LOCAL_MODULE_TAGS := tests | ||||
15 | |||||
16 | include $(BUILD_EXECUTABLE) |