Diff between 425a787ce687dfcdcbbc61452b2246f49ed51d38 and 1dfd92f73cdc8d23876f047e5765db5097053816

Changed Files

File Additions Deletions Status
android/Makefile.am +3 -1 modified

Full Patch

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 \