Mathias Agopian | 88a5df9 | 2010-09-26 18:49:45 -0700 | [diff] [blame^] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= \ | ||||
5 | screencap.cpp | ||||
6 | |||||
7 | LOCAL_SHARED_LIBRARIES := \ | ||||
8 | libcutils \ | ||||
9 | libutils \ | ||||
10 | libbinder \ | ||||
11 | libui \ | ||||
12 | libsurfaceflinger_client | ||||
13 | |||||
14 | LOCAL_MODULE:= screencap | ||||
15 | |||||
16 | LOCAL_MODULE_TAGS := optional | ||||
17 | |||||
18 | include $(BUILD_EXECUTABLE) |