Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 1/2] android: Add btmgmt to debug builds
@ 2014-01-21 19:46 Andrzej Kaczmarek
  2014-01-21 19:46 ` [PATCH v2 2/2] android: Add l2ping " Andrzej Kaczmarek
  2014-01-22  0:03 ` [PATCH v2 1/2] android: Add btmgmt " Szymon Janc
  0 siblings, 2 replies; 3+ messages in thread
From: Andrzej Kaczmarek @ 2014-01-21 19:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

---
 android/Android.mk | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/android/Android.mk b/android/Android.mk
index e66d70a..e3a31c1 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -296,3 +296,33 @@ LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
 
 include $(BUILD_PREBUILT)
+
+#
+# btmgmt
+#
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := \
+	../tools/btmgmt.c \
+	../lib/bluetooth.c \
+	../lib/sdp.c \
+	../monitor/mainloop.c \
+	../src/shared/io-mainloop.c \
+	../src/shared/mgmt.c \
+	../src/shared/queue.c \
+	../src/shared/util.c \
+	../src/uuid-helper.c \
+
+LOCAL_C_INCLUDES := \
+	$(LOCAL_PATH)/.. \
+	$(LOCAL_PATH)/../src \
+	$(LOCAL_PATH)/../lib \
+
+LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
+
+LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
+LOCAL_MODULE_TAGS := debug
+LOCAL_MODULE := btmgmt
+
+include $(BUILD_EXECUTABLE)
-- 
1.8.5.2


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

end of thread, other threads:[~2014-01-22  0:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 19:46 [PATCH v2 1/2] android: Add btmgmt to debug builds Andrzej Kaczmarek
2014-01-21 19:46 ` [PATCH v2 2/2] android: Add l2ping " Andrzej Kaczmarek
2014-01-22  0:03 ` [PATCH v2 1/2] android: Add btmgmt " Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox