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:= \ | ||||
5 | overlays.cpp | ||||
6 | |||||
7 | LOCAL_SHARED_LIBRARIES := \ | ||||
8 | libcutils \ | ||||
9 | libutils \ | ||||
Mathias Agopian | 9cce325 | 2010-02-09 17:46:37 -0800 | [diff] [blame] | 10 | libui \ |
11 | libsurfaceflinger_client | ||||
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 12 | |
13 | LOCAL_MODULE:= test-overlays | ||||
14 | |||||
15 | LOCAL_MODULE_TAGS := tests | ||||
16 | |||||
17 | include $(BUILD_EXECUTABLE) |