From ffe06d0391a6ba836a12ebb037766322a0e6919a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 21 Aug 2014 15:33:21 +0200 Subject: android: Add initial code for AVDTP testing tool This tools is intended for AVDTP qualification with PTS. --- android/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'android/Makefile.am') diff --git a/android/Makefile.am b/android/Makefile.am index 4b93c5b2a..e93a08be8 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -109,6 +109,17 @@ android_mcaptest_CFLAGS = $(AM_CFLAGS) android_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ +noinst_PROGRAMS += android/avdtptest + +android_avdtptest_SOURCES = android/avdtptest.c \ + src/log.h src/log.c \ + btio/btio.h btio/btio.c \ + android/avdtp.h android/avdtp.c + +android_avdtptest_CFLAGS = $(AM_CFLAGS) + +android_avdtptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ + noinst_PROGRAMS += android/haltest android_haltest_SOURCES = android/client/haltest.c \ -- cgit v1.2.1