blob: 1a6e23e3a4932af9605cf8eebe7d0fa67b9c90a6 [file] [log] [blame]
Mathias Agopian88a5df92010-09-26 18:49:45 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 screencap.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libutils \
10 libbinder \
11 libui \
12 libsurfaceflinger_client
13
14LOCAL_MODULE:= screencap
15
16LOCAL_MODULE_TAGS := optional
17
18include $(BUILD_EXECUTABLE)