summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorzzy <zhenye@broadcom.com>2012-04-14 18:31:16 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:17 -0700
commit8e6e9356d5386501d5e0988ce23d0c9aaed31a64 (patch)
tree04f80006d3cdf0c3efe047677a317419eafcd802 /main
parent2fe476a7b55eea667c854bb40e48648e8a0d5f1d (diff)
downloadexternal_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.zip
external_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.tar.gz
external_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.tar.bz2
added bt pan profile
Diffstat (limited to 'main')
-rwxr-xr-xmain/Android.mk48
1 files changed, 25 insertions, 23 deletions
diff --git a/main/Android.mk b/main/Android.mk
index d235f80..e7f005f 100755
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -20,32 +20,34 @@ LOCAL_SRC_FILES+= \
# BTIF
LOCAL_SRC_FILES += \
- ../btif/src/btif_core.c \
- ../btif/src/btif_dm.c \
- ../btif/src/btif_storage.c \
- ../btif/src/btif_util.c \
- ../btif/src/btif_sm.c \
- ../btif/src/btif_hf.c \
- ../btif/src/btif_av.c \
- ../btif/src/btif_rc.c \
- ../btif/src/btif_media_task.c \
- ../btif/src/btif_hh.c \
- ../btif/src/btif_hl.c \
- ../btif/src/btif_sock.c \
- ../btif/src/btif_sock_rfc.c \
- ../btif/src/btif_sock_thread.c \
- ../btif/src/btif_sock_sdp.c \
- ../btif/src/btif_sock_util.c
+ ../btif/src/btif_core.c \
+ ../btif/src/btif_dm.c \
+ ../btif/src/btif_storage.c \
+ ../btif/src/btif_util.c \
+ ../btif/src/btif_sm.c \
+ ../btif/src/btif_hf.c \
+ ../btif/src/btif_av.c \
+ ../btif/src/btif_rc.c \
+ ../btif/src/btif_media_task.c \
+ ../btif/src/btif_hh.c \
+ ../btif/src/btif_hl.c \
+ ../btif/src/btif_sock.c \
+ ../btif/src/btif_sock_rfc.c \
+ ../btif/src/btif_sock_thread.c \
+ ../btif/src/btif_sock_sdp.c \
+ ../btif/src/btif_pan.c \
+ ../btif/src/btif_sock_util.c
# callouts
LOCAL_SRC_FILES+= \
- ../btif/co/bta_sys_co.c \
- ../btif/co/bta_fs_co.c \
- ../btif/co/bta_ag_co.c \
- ../btif/co/bta_dm_co.c \
- ../btif/co/bta_av_co.c \
- ../btif/co/bta_hh_co.c \
- ../btif/co/bta_hl_co.c
+ ../btif/co/bta_sys_co.c \
+ ../btif/co/bta_fs_co.c \
+ ../btif/co/bta_ag_co.c \
+ ../btif/co/bta_dm_co.c \
+ ../btif/co/bta_av_co.c \
+ ../btif/co/bta_hh_co.c \
+ ../btif/co/bta_hl_co.c \
+ ../btif/co/bta_pan_co.c
# sbc encoder
LOCAL_SRC_FILES+= \