From 11ac67844694ae9c91cebdfd0fe4e0b403375d72 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 15 Nov 2018 15:53:46 +0200 Subject: log: Use shared log code Use bt_log_* to send messages to the logging channel. --- android/Android.mk | 1 + android/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'android') 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@ -- cgit v1.2.1