Hi Sebastian, On Friday 31 of January 2014 11:31:12 Sebastian Chlad wrote: > --- > android/Android.mk | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/android/Android.mk b/android/Android.mk > index 1d12da5..09ed32d 100644 > --- a/android/Android.mk > +++ b/android/Android.mk > @@ -354,6 +354,28 @@ LOCAL_MODULE := l2ping > include $(BUILD_EXECUTABLE) > > # > +# avtest > +# > + > +include $(CLEAR_VARS) > + > +LOCAL_SRC_FILES := \ > + bluez/tools/avtest.c \ > + bluez/lib/bluetooth.c \ > + bluez/lib/hci.c \ > + > +LOCAL_C_INCLUDES := \ > + $(LOCAL_PATH)/bluez/lib \ > + > +LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS) > + > +LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) > +LOCAL_MODULE_TAGS := debug > +LOCAL_MODULE := avtest > + > +include $(BUILD_EXECUTABLE) > + > +# > # libsbc > # Applied, thanks. -- BR Szymon Janc -- 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