Hi Szymon, On Thu, Nov 06, 2014 at 12:54:03PM +0100, Szymon Janc wrote: > Hi Andrei, > > On Thursday 06 of November 2014 12:18:50 Andrei Emeltchenko wrote: > > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > > > BLUEZ_EXTENSION is replaced by ANDROID_VERSION >= PLATFORM_VER(5, 0, 0) > > check. ... > > diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c > > index 3f6f7c2..5783ffe 100644 > > --- a/android/client/if-hf-client.c > > +++ b/android/client/if-hf-client.c > > @@ -18,6 +18,8 @@ > > #include "if-main.h" > > #include "../hal-utils.h" > > > > +#if ANDROID_VERSION >= PLATFORM_VER(5, 0, 0) > > + > > I'd prefer if you handle this on Android.mk level. Yes, I was thinking about it. Last time I was trying to use those constructions in makefile I faced some problems. Will try this way. Best regards Andrei Emeltchenko -- 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