summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-15 15:53:46 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-20 15:33:41 +0200
commit11ac67844694ae9c91cebdfd0fe4e0b403375d72 (patch)
tree882a4ec39604c4092b7736810d5b81796543b9ba /android
parent5ba115e2d58c4c79451831e2973a9c19eaf1957d (diff)
downloadbluez-11ac67844694ae9c91cebdfd0fe4e0b403375d72.tar.gz
log: Use shared log code
Use bt_log_* to send messages to the logging channel.
Diffstat (limited to 'android')
-rw-r--r--android/Android.mk1
-rw-r--r--android/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/android/Android.mk b/android/Android.mk
index 76a826b47..8f842e775 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -228,6 +228,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
+ bluez/src/shared/log.c \
bluez/src/log.c \
bluez/btio/btio.c \
bluez/lib/bluetooth.c \
diff --git a/android/Makefile.am b/android/Makefile.am
index 154f8db56..d665d1e14 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -107,6 +107,7 @@ android_avdtptest_SOURCES = android/avdtptest.c \
btio/btio.h btio/btio.c \
src/shared/util.h src/shared/util.c \
src/shared/queue.h src/shared/queue.c \
+ src/shared/log.h src/shared/log.c \
android/avdtp.h android/avdtp.c
android_avdtptest_CFLAGS = $(AM_CFLAGS)
android_avdtptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@