* [PATCH] android/build: Add rctest tool to Android build
@ 2014-07-17 11:04 Sebastian Chlad
2014-07-18 10:32 ` Szymon Janc
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Chlad @ 2014-07-17 11:04 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Sebastian Chlad
---
android/Android.mk | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/android/Android.mk b/android/Android.mk
index 51a792f..afbe804 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -661,3 +661,31 @@ LOCAL_MODULE := avinfo
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/bluez/configure.ac
include $(BUILD_EXECUTABLE)
+
+#
+# rctest
+#
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := \
+ bluez/tools/rctest.c \
+ bluez/lib/bluetooth.c \
+ bluez/lib/hci.c \
+ bluez/lib/sdp.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 := rctest
+
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/bluez/configure.ac
+
+include $(BUILD_EXECUTABLE)
--
1.8.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] android/build: Add rctest tool to Android build
2014-07-17 11:04 [PATCH] android/build: Add rctest tool to Android build Sebastian Chlad
@ 2014-07-18 10:32 ` Szymon Janc
0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-07-18 10:32 UTC (permalink / raw)
To: Sebastian Chlad; +Cc: linux-bluetooth
Hi Sebastian,
On Thursday 17 of July 2014 13:04:32 Sebastian Chlad wrote:
> ---
> android/Android.mk | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/android/Android.mk b/android/Android.mk
> index 51a792f..afbe804 100644
> --- a/android/Android.mk
> +++ b/android/Android.mk
> @@ -661,3 +661,31 @@ LOCAL_MODULE := avinfo
> LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/bluez/configure.ac
>
> include $(BUILD_EXECUTABLE)
> +
> +#
> +# rctest
> +#
> +
> +include $(CLEAR_VARS)
> +
> +LOCAL_SRC_FILES := \
> + bluez/tools/rctest.c \
> + bluez/lib/bluetooth.c \
> + bluez/lib/hci.c \
> + bluez/lib/sdp.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 := rctest
> +
> +LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/bluez/configure.ac
> +
> +include $(BUILD_EXECUTABLE)
>
Pushed. Thanks.
--
Best regards,
Szymon Janc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-18 10:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 11:04 [PATCH] android/build: Add rctest tool to Android build Sebastian Chlad
2014-07-18 10:32 ` Szymon Janc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).