From d1f3778020b6d8dcbb044367e87764da19157700 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 23 Feb 2016 16:39:14 +0100 Subject: [PATCH] Android.mk: link with bctoolbox --- build/android/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/Android.mk b/build/android/Android.mk index 2fc12df94..5cbbfb0d4 100644 --- a/build/android/Android.mk +++ b/build/android/Android.mk @@ -120,7 +120,7 @@ LOCAL_SRC_FILES = \ otherfilters/rfc4103_sink.c \ voip/rfc4103_textstream.c -LOCAL_STATIC_LIBRARIES := +LOCAL_STATIC_LIBRARIES := libbctoolbox LOCAL_CFLAGS += -D_XOPEN_SOURCE=600