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 -- 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