From ea1347cf44c0af90efaa0101be01166b5ce58b9d Mon Sep 17 00:00:00 2001 From: Jerzy Kasenberg Date: Wed, 30 Oct 2013 15:47:22 +0100 Subject: [PATCH] android/client: Define Android version for host This patch defines PLATFORM_SDK_VERSION like it is handled in Android.mk. This value corresponds to current copy of headers from Android committed to bluez. --- android/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/Makefile.am b/android/Makefile.am index 5690e93a6..05a124ef7 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -61,7 +61,8 @@ android_haltest_SOURCES = android/client/haltest.c \ android_haltest_LDADD = android/libhal-internal.la -android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android +android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android \ + -DPLATFORM_SDK_VERSION=18 android_haltest_LDFLAGS = -pthread -- 2.47.3