* [PATCH] android/client: Define Android version for host
@ 2013-10-30 14:47 Jerzy Kasenberg
2013-10-30 15:05 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Jerzy Kasenberg @ 2013-10-30 14:47 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Jerzy Kasenberg
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 5690e93..de27dcf 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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] android/client: Define Android version for host
2013-10-30 14:47 [PATCH] android/client: Define Android version for host Jerzy Kasenberg
@ 2013-10-30 15:05 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-10-30 15:05 UTC (permalink / raw)
To: Jerzy Kasenberg; +Cc: linux-bluetooth
Hi Jerzy,
On Wed, Oct 30, 2013, Jerzy Kasenberg wrote:
> 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(-)
Applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-30 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 14:47 [PATCH] android/client: Define Android version for host Jerzy Kasenberg
2013-10-30 15:05 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox