blob: cb5feac31894401c1dad2cd370613414da89d7c9 [file] [log] [blame]
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -08001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES:= \
Matthew Xie6c91bc02012-02-16 18:47:53 -08006 com_android_bluetooth_btservice_AdapterService.cpp \
7 com_android_bluetooth_hfp.cpp \
broodplank0c589302013-12-29 05:41:41 +01008 com_android_bluetooth_hfpclient.cpp \
Matthew Xie35207a52012-03-21 23:11:40 -07009 com_android_bluetooth_a2dp.cpp \
Zhihai Xuc1c259c2013-03-14 11:51:06 -070010 com_android_bluetooth_avrcp.cpp \
Matthew Xie35207a52012-03-21 23:11:40 -070011 com_android_bluetooth_hid.cpp \
fredc6654f5c2012-04-12 00:18:52 -070012 com_android_bluetooth_hdp.cpp \
Ganesh Ganapathi Batta03b83862013-02-05 15:38:27 -080013 com_android_bluetooth_pan.cpp \
14 com_android_bluetooth_gatt.cpp
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080015
16LOCAL_C_INCLUDES += \
17 $(JNI_H_INCLUDE) \
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080018
19LOCAL_SHARED_LIBRARIES := \
20 libandroid_runtime \
21 libnativehelper \
22 libcutils \
23 libutils \
Ying Wangb4f89ed2013-04-09 22:02:05 -070024 liblog \
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080025 libhardware
26
27#LOCAL_CFLAGS += -O0 -g
28
29LOCAL_MODULE := libbluetooth_jni
30LOCAL_MODULE_TAGS := optional
31
32include $(BUILD_SHARED_LIBRARY)