diff options
author | zzy <zhenye@broadcom.com> | 2012-04-14 18:31:16 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:17 -0700 |
commit | 8e6e9356d5386501d5e0988ce23d0c9aaed31a64 (patch) | |
tree | 04f80006d3cdf0c3efe047677a317419eafcd802 /main | |
parent | 2fe476a7b55eea667c854bb40e48648e8a0d5f1d (diff) | |
download | external_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-x | main/Android.mk | 48 |
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+= \ |