From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This can cause the followin error: audio.a2dp.default.so: undefined symbol: queue_foreach --- v2: Rebase properly android/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/Makefile.am b/android/Makefile.am index ac3a766..263a506 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -198,7 +198,9 @@ android_audio_a2dp_default_la_SOURCES = android/audio-msg.h \ android/hardware/audio.h \ android/hardware/audio_effect.h \ android/hardware/hardware.h \ - android/system/audio.h + android/system/audio.h \ + src/shared/queue.h \ + src/shared/queue.c android_audio_sco_default_la_SOURCES = android/hal-log.h \ android/sco-msg.h \ -- 1.9.3 -- 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