All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] android: Add Android Makefile for btmon
@ 2013-11-05  9:46 Andrei Emeltchenko
  2013-11-05 10:31 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Emeltchenko @ 2013-11-05  9:46 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

Build btmon for Android image. btmon requires fresh bionic to build.
---
 android/Android.mk |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/android/Android.mk b/android/Android.mk
index 77fd5a0..86af7b6 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -145,3 +145,58 @@ LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE := haltest
 
 include $(BUILD_EXECUTABLE)
+
+#
+# btmon
+#
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := \
+	../monitor/main.c \
+	../monitor/bt.h \
+	../monitor/mainloop.h \
+	../monitor/mainloop.c \
+	../monitor/display.h \
+	../monitor/display.c \
+	../monitor/hcidump.h \
+	../monitor/hcidump.c \
+	../monitor/btsnoop.h \
+	../monitor/btsnoop.c \
+	../monitor/control.h \
+	../monitor/control.c \
+	../monitor/packet.h \
+	../monitor/packet.c \
+	../monitor/l2cap.h \
+	../monitor/l2cap.c \
+	../monitor/uuid.h \
+	../monitor/uuid.c \
+	../monitor/sdp.h \
+	../monitor/sdp.c \
+	../monitor/vendor.h \
+	../monitor/vendor.c \
+	../monitor/lmp.h \
+	../monitor/lmp.c \
+	../monitor/crc.h \
+	../monitor/crc.c \
+	../monitor/ll.h \
+	../monitor/ll.c \
+	../lib/hci.c \
+	../lib/bluetooth.c \
+
+LOCAL_C_INCLUDES := \
+	$(LOCAL_PATH)/.. \
+	$(LOCAL_PATH)/../lib \
+	$(LOCAL_PATH)/../src/shared \
+
+LOCAL_C_INCLUDES += \
+	$(call include-path-for, glib) \
+	$(call include-path-for, glib)/glib \
+
+LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
+
+LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
+LOCAL_MODULE_TAGS := eng
+LOCAL_MODULE := btmon
+
+include $(BUILD_EXECUTABLE)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] android: Add Android Makefile for btmon
  2013-11-05  9:46 [PATCH] android: Add Android Makefile for btmon Andrei Emeltchenko
@ 2013-11-05 10:31 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-11-05 10:31 UTC (permalink / raw)
  To: Andrei Emeltchenko; +Cc: linux-bluetooth

Hi Andrei,

On Tue, Nov 05, 2013, Andrei Emeltchenko wrote:
> Build btmon for Android image. btmon requires fresh bionic to build.
> ---
>  android/Android.mk |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 55 insertions(+)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-05 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-05  9:46 [PATCH] android: Add Android Makefile for btmon Andrei Emeltchenko
2013-11-05 10:31 ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.