From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> For local build set exact current Android version. --- android/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Makefile.am b/android/Makefile.am index 4b93c5b..24714c4 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -1,6 +1,6 @@ if ANDROID -AM_CFLAGS += -DANDROID_VERSION=0xFFFFFF +AM_CFLAGS += -DANDROID_VERSION=0x040404 android_plugindir = $(abs_top_srcdir)/android/.libs -- 1.9.1 -- 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