From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Fixes build for Nexus 9. ... aarch64-linux-android/bin/ld: out/target/product/flounder/obj/EXECUTABLES/bluetoothd-main_intermediates/bluez/android/a2dp-sink.o: undefined reference to symbol '__android_log_print' ... --- android/a2dp-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/a2dp-sink.c b/android/a2dp-sink.c index 07508c0..7c1e1a0 100644 --- a/android/a2dp-sink.c +++ b/android/a2dp-sink.c @@ -29,7 +29,7 @@ #include <glib.h> #include "lib/bluetooth.h" -#include "hal-log.h" +#include "src/log.h" #include "hal-msg.h" #include "ipc.h" #include "a2dp-sink.h" -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html