summaryrefslogtreecommitdiff
path: root/mobicore/MobiCoreDriverLib/Common/Android.mk
blob: 39f050ebfc3e0b313b45dac81a3ac1953ea7369a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# =============================================================================
#
# Module: libCommon.a - classes shared by various modules
#
# =============================================================================

LOCAL_PATH	:= $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE	:= Common

# Add new source files here
#LOCAL_SRC_FILES +=\
#	CMutex.cpp\
#	Connection.cpp\
#    NetlinkConnection.cpp\
#	CSemaphore.cpp\
#	CThread.cpp

# Header files required by components including this module
LOCAL_EXPORT_C_INCLUDES	+= $(LOCAL_PATH)

# Import logwrapper
#include $(COMP_PATH_Logwrapper)/Android.mk

include $(BUILD_STATIC_LIBRARY)