From 2c4b8bde0fd0d6843bfb88399dccc32e0be85d7f Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 4 Nov 2014 10:18:24 +0200 Subject: [PATCH] android: Set Android version to 4.4.4 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 496fbc472..bd0565479 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -1,6 +1,6 @@ if ANDROID -AM_CFLAGS += -DANDROID_VERSION=0xFFFFFF -DBLUEZ_EXTENSIONS +AM_CFLAGS += -DANDROID_VERSION=0x040404 -DBLUEZ_EXTENSIONS android_plugindir = $(abs_top_srcdir)/android/.libs -- 2.47.3