Hi Ian, On Monday 02 of February 2015 00:25:29 Ian Coolidge wrote: > --- > android/Android.mk | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/android/Android.mk b/android/Android.mk > index c1a9eff..ff71089 100644 > --- a/android/Android.mk > +++ b/android/Android.mk > @@ -539,6 +539,34 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/bluez/configure.ac > include $(BUILD_EXECUTABLE) > > # > +# hciconfig > +# > + > +include $(CLEAR_VARS) > + > +LOCAL_SRC_FILES:= \ > + bluez/tools/hciconfig.c \ > + bluez/tools/csr.c \ > + bluez/lib/bluetooth.c \ > + bluez/lib/hci.c \ > + > +LOCAL_C_INCLUDES := \ > + $(LOCAL_PATH)/bluez \ > + > +LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS) > + > +LOCAL_STATIC_LIBRARIES := \ > + bluetooth-headers \ > + > +LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) > +LOCAL_MODULE_TAGS := debug > +LOCAL_MODULE := hciconfig > + > +LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/bluez/configure.ac > + > +include $(BUILD_EXECUTABLE) > + > +# > # l2ping > # > Applied, thanks. -- Best regards, 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