summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSrinu Jella <sjella@codeaurora.org>2015-05-29 18:57:56 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:21:48 -0600
commit222865ee3d43beae7a2928c19ca77b6ab22089d6 (patch)
tree7b688595036e2745e7dd20f0d3c9a718d8ee3cac /main
parent8884317d8e0eb1f9de1f69115aeff9b22c60ebe2 (diff)
downloadandroid_system_bt-222865ee3d43beae7a2928c19ca77b6ab22089d6.tar.gz
android_system_bt-222865ee3d43beae7a2928c19ca77b6ab22089d6.tar.bz2
android_system_bt-222865ee3d43beae7a2928c19ca77b6ab22089d6.zip
Mcap test tool for mcap protocol certification.
- Interface provided from BT-If layer to interact with mcap - This tool covers all mcap PTS test cases. Change-Id: I07f1eb8dc3d98c95b82ee67554c1a846e71c4bfc
Diffstat (limited to 'main')
-rw-r--r--main/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/Android.mk b/main/Android.mk
index bbbb351d5..8e227d444 100644
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -56,7 +56,8 @@ LOCAL_SRC_FILES += \
../btif/src/btif_storage.c \
../btif/src/btif_util.c \
../btif/src/stack_manager.c \
- ../btif/src/btif_rfcomm.c
+ ../btif/src/btif_rfcomm.c \
+ ../btif/src/btif_mcap.c
ifeq ($(BOARD_USES_WIPOWER), true)
LOCAL_SRC_FILES += \