Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android: Include btmon and l2test in userdebug builds
@ 2013-12-20 12:35 Andrzej Kaczmarek
  2013-12-20 12:58 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Kaczmarek @ 2013-12-20 12:35 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

This patch changes btmon and l2test module tags from 'eng' to 'debug' so
they are automatically installed also for userdebug variant which is
default for AOSP devices.

---
 android/Android.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/android/Android.mk b/android/Android.mk
index 2865c08..d9bae40 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -200,7 +200,7 @@ LOCAL_C_INCLUDES += \
 LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
 
 LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := eng
+LOCAL_MODULE_TAGS := debug
 LOCAL_MODULE := btmon
 
 include $(BUILD_EXECUTABLE)
@@ -247,7 +247,7 @@ LOCAL_C_INCLUDES := \
 LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
 
 LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := eng
+LOCAL_MODULE_TAGS := debug
 LOCAL_MODULE := l2test
 
 include $(BUILD_EXECUTABLE)
-- 
1.8.5


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

* Re: [PATCH] android: Include btmon and l2test in userdebug builds
  2013-12-20 12:35 [PATCH] android: Include btmon and l2test in userdebug builds Andrzej Kaczmarek
@ 2013-12-20 12:58 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2013-12-20 12:58 UTC (permalink / raw)
  To: Andrzej Kaczmarek; +Cc: linux-bluetooth

Hi Andrzej,

> This patch changes btmon and l2test module tags from 'eng' to 'debug' so
> they are automatically installed also for userdebug variant which is
> default for AOSP devices.
> 
> ---
>  android/Android.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/android/Android.mk b/android/Android.mk
> index 2865c08..d9bae40 100644
> --- a/android/Android.mk
> +++ b/android/Android.mk
> @@ -200,7 +200,7 @@ LOCAL_C_INCLUDES += \
>  LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
>  
>  LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
> -LOCAL_MODULE_TAGS := eng
> +LOCAL_MODULE_TAGS := debug
>  LOCAL_MODULE := btmon
>  
>  include $(BUILD_EXECUTABLE)
> @@ -247,7 +247,7 @@ LOCAL_C_INCLUDES := \
>  LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
>  
>  LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
> -LOCAL_MODULE_TAGS := eng
> +LOCAL_MODULE_TAGS := debug
>  LOCAL_MODULE := l2test
>  
>  include $(BUILD_EXECUTABLE)
> 

Applied, thanks.

-- 
BR
Szymon Janc

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

end of thread, other threads:[~2013-12-20 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 12:35 [PATCH] android: Include btmon and l2test in userdebug builds Andrzej Kaczmarek
2013-12-20 12:58 ` Szymon Janc

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